Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5583)

Unified Diff: chrome/browser/download/download_ui_controller.cc

Issue 2341643008: Defaulting all downloads to go through Chrome network stack (Closed)
Patch Set: rebase Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/download/download_ui_controller.cc
diff --git a/chrome/browser/download/download_ui_controller.cc b/chrome/browser/download/download_ui_controller.cc
index ab3b7365e1b2e5991942b0f831c4589069f8742b..2ca4e7965dbca7d9fb6eed114566f27bc337f853 100644
--- a/chrome/browser/download/download_ui_controller.cc
+++ b/chrome/browser/download/download_ui_controller.cc
@@ -56,9 +56,6 @@ void AndroidUIControllerDelegate::OnNewDownloadReady(
if (item->GetState() != content::DownloadItem::IN_PROGRESS)
return;
- // GET downloads without authentication are delegated to the Android
- // DownloadManager. Chrome is responsible for the rest. See
- // InterceptDownloadResourceThrottle::ProcessDownloadRequest().
DownloadControllerBase::Get()->OnDownloadStarted(item);
}

Powered by Google App Engine
This is Rietveld 408576698