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. |