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

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

Issue 1809203006: Switch to use download GUID to indentify download items (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix merge error Created 4 years, 9 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_android.cc
diff --git a/chrome/browser/android/download/mock_download_controller_android.cc b/chrome/browser/android/download/mock_download_controller_android.cc
index f072e9edbbd0a05ff7ddc374d66c9f556258e482..7551330f8f4eda1d1fd849a71d80fe7c529648af 100644
--- a/chrome/browser/android/download/mock_download_controller_android.cc
+++ b/chrome/browser/android/download/mock_download_controller_android.cc
@@ -34,8 +34,9 @@ void MockDownloadControllerAndroid::StartContextMenuDownload(
}
void MockDownloadControllerAndroid::DangerousDownloadValidated(
- content::WebContents* web_contents, int download_id, bool accept) {
-}
+ content::WebContents* web_contents,
+ const std::string& download_guid,
+ bool accept) {}
void MockDownloadControllerAndroid::AcquireFileAccessPermission(
content::WebContents* web_contents,

Powered by Google App Engine
This is Rietveld 408576698