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

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

Issue 1467563002: Use ResourceRequestInfo::GetWebContents in DownloadRequestLimiter (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web-contents-callback
Patch Set: Addressed davidben's comments Created 5 years 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
« no previous file with comments | « no previous file | chrome/browser/android/download/mock_download_controller_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/download/mock_download_controller_android.h
diff --git a/chrome/browser/android/download/mock_download_controller_android.h b/chrome/browser/android/download/mock_download_controller_android.h
index aadc73d31c8da7680093e8ebd747a532431fba36..acb80c963c81cc3873ae95af337c3daf298d0b97 100644
--- a/chrome/browser/android/download/mock_download_controller_android.h
+++ b/chrome/browser/android/download/mock_download_controller_android.h
@@ -36,8 +36,7 @@ class MockDownloadControllerAndroid
content::WebContents* web_contents, int download_id,
bool accept) override;
void AcquireFileAccessPermission(
- int render_process_id,
- int render_view_id,
+ content::WebContents* web_contents,
const AcquireFileAccessPermissionCallback& callback) override;
void SetApproveFileAccessRequestForTesting(bool approve) override;
« no previous file with comments | « no previous file | chrome/browser/android/download/mock_download_controller_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698