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

Unified Diff: content/public/browser/web_contents_delegate.h

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
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | extensions/browser/app_window/app_delegate.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/web_contents_delegate.h
diff --git a/content/public/browser/web_contents_delegate.h b/content/public/browser/web_contents_delegate.h
index 74b56e15f708d78e8cf0fdf34ff2417bf4ad8632..2816c4da06cf5e90a5c49238f7420f2b172d2db2 100644
--- a/content/public/browser/web_contents_delegate.h
+++ b/content/public/browser/web_contents_delegate.h
@@ -341,7 +341,7 @@ class CONTENT_EXPORT WebContentsDelegate {
const std::vector<ColorSuggestion>& suggestions);
// Called when a file selection is to be done.
- virtual void RunFileChooser(WebContents* web_contents,
+ virtual void RunFileChooser(RenderFrameHost* render_frame_host,
const FileChooserParams& params) {}
// Request to enumerate a directory. This is equivalent to running the file
« no previous file with comments | « content/public/browser/render_frame_host.h ('k') | extensions/browser/app_window/app_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698