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

Unified Diff: chrome/browser/android/tab_web_contents_delegate_android.cc

Issue 2059533002: Change WebContentsDelegate::RunFileChooser to be frame based. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes based on reviews. Created 4 years, 6 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/tab_web_contents_delegate_android.cc
diff --git a/chrome/browser/android/tab_web_contents_delegate_android.cc b/chrome/browser/android/tab_web_contents_delegate_android.cc
index ded591c5390d99b125d8450f2bd4af04592ee2e5..19d6e52a5c14e554aa37ec9b29783cb62a8c3a40 100644
--- a/chrome/browser/android/tab_web_contents_delegate_android.cc
+++ b/chrome/browser/android/tab_web_contents_delegate_android.cc
@@ -117,9 +117,9 @@ void TabWebContentsDelegateAndroid::LoadingStateChanged(
}
void TabWebContentsDelegateAndroid::RunFileChooser(
- WebContents* web_contents,
+ content::RenderFrameHost* render_frame_host,
const FileChooserParams& params) {
- FileSelectHelper::RunFileChooser(web_contents, params);
+ FileSelectHelper::RunFileChooser(render_frame_host, params);
}
std::unique_ptr<BluetoothChooser>
« no previous file with comments | « chrome/browser/android/tab_web_contents_delegate_android.h ('k') | chrome/browser/devtools/devtools_window.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698