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

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

Issue 1229933010: move file access permission logic to DownloadResourceThrottle (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 5 years, 5 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
« 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 acb80c963c81cc3873ae95af337c3daf298d0b97..aadc73d31c8da7680093e8ebd747a532431fba36 100644
--- a/chrome/browser/android/download/mock_download_controller_android.h
+++ b/chrome/browser/android/download/mock_download_controller_android.h
@@ -36,7 +36,8 @@ class MockDownloadControllerAndroid
content::WebContents* web_contents, int download_id,
bool accept) override;
void AcquireFileAccessPermission(
- content::WebContents* web_contents,
+ int render_process_id,
+ int render_view_id,
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