diff --git a/components/download/internal/common/download_response_handler.cc b/components/download/internal/common/download_response_handler.cc index 831e7494a546c38fd8948a0584d7775d7cddf625..a5c00371de9ba7e7ab1a8ea92267e2064eb2aea1 100644 --- a/components/download/internal/common/download_response_handler.cc +++ b/components/download/internal/common/download_response_handler.cc @@ -243,8 +243,6 @@ void DownloadResponseHandler::OnComplete( const network::URLLoaderCompletionStatus& status) { #if defined(OHOS_EX_DOWNLOAD) LOG(INFO) << "oncomplete " << status.error_code; - if (status.abort_due_to_cef_browser_destroyed) - return; #endif // OHOS_EX_DOWNLOAD if (completed_) return;