| 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);
|
| }
|
|
|
|
|