| Index: extensions/shell/browser/shell_app_delegate.h
|
| diff --git a/extensions/shell/browser/shell_app_delegate.h b/extensions/shell/browser/shell_app_delegate.h
|
| index 22b3ec014387bcf3858797faa3a58c176d0772d5..599ebe93ab6a325b47cda2e1189698dc56a0d997 100644
|
| --- a/extensions/shell/browser/shell_app_delegate.h
|
| +++ b/extensions/shell/browser/shell_app_delegate.h
|
| @@ -35,7 +35,7 @@ class ShellAppDelegate : public AppDelegate {
|
| bool* was_blocked) override;
|
| content::ColorChooser* ShowColorChooser(content::WebContents* web_contents,
|
| SkColor initial_color) override;
|
| - void RunFileChooser(content::WebContents* tab,
|
| + void RunFileChooser(content::RenderFrameHost* render_frame_host,
|
| const content::FileChooserParams& params) override;
|
| void RequestMediaAccessPermission(
|
| content::WebContents* web_contents,
|
|
|