| 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
|
|
|