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

Unified Diff: chrome/browser/android/download/mock_download_controller.cc

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/mock_download_controller.cc
diff --git a/chrome/browser/android/download/mock_download_controller.cc b/chrome/browser/android/download/mock_download_controller.cc
index 85b680a362f9b471af07d64af3dd71c46b4f2e7d..df198c6cd9a9c5dc6ef1241ae896207a74511397 100644
--- a/chrome/browser/android/download/mock_download_controller.cc
+++ b/chrome/browser/android/download/mock_download_controller.cc
@@ -17,11 +17,6 @@ MockDownloadController::MockDownloadController()
MockDownloadController::~MockDownloadController() {}
-void MockDownloadController::CreateGETDownload(
- const content::ResourceRequestInfo::WebContentsGetter& wc_getter,
- bool must_download, const DownloadInfo& info) {
-}
-
void MockDownloadController::OnDownloadStarted(
content::DownloadItem* download_item) {
}

Powered by Google App Engine
This is Rietveld 408576698