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

Unified Diff: chrome/browser/android/download/download_controller_base.h

Issue 2371773003: Clean up Android DownloadManager code as most download now go through Chrome Network stack (Closed)
Patch Set: 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/android/download/download_controller_base.h
diff --git a/chrome/browser/android/download/download_controller_base.h b/chrome/browser/android/download/download_controller_base.h
index 4f3e02e8614c220617b3106cc1ee8944fc15db56..c317ed4063275fd9796169235f064d41df342cb3 100644
--- a/chrome/browser/android/download/download_controller_base.h
+++ b/chrome/browser/android/download/download_controller_base.h
@@ -59,13 +59,6 @@ class DownloadControllerBase : public content::DownloadItem::Observer {
static void SetDownloadControllerBase(
DownloadControllerBase* download_controller);
- // Starts a new download request with Android. Should be called on the
- // UI thread.
- virtual void CreateGETDownload(
- const content::ResourceRequestInfo::WebContentsGetter& wc_getter,
- bool must_download,
- const DownloadInfo& info) = 0;
-
// Should be called when a download is started. It can be either a GET
// request with authentication or a POST request. Notifies the embedding
// app about the download. Should be called on the UI thread.

Powered by Google App Engine
This is Rietveld 408576698