| Index: extensions/browser/app_window/app_window.h
|
| diff --git a/extensions/browser/app_window/app_window.h b/extensions/browser/app_window/app_window.h
|
| index dff9db27bb2dc57aa68e0ce82883b76148d1f00a..52c9034ad52ca0f1e4d6b1c56cf4a9945112a3a0 100644
|
| --- a/extensions/browser/app_window/app_window.h
|
| +++ b/extensions/browser/app_window/app_window.h
|
| @@ -387,7 +387,7 @@ class AppWindow : public content::WebContentsDelegate,
|
| content::WebContents* web_contents,
|
| SkColor color,
|
| const std::vector<content::ColorSuggestion>& suggestions) override;
|
| - void RunFileChooser(content::WebContents* tab,
|
| + void RunFileChooser(content::RenderFrameHost* render_frame_host,
|
| const content::FileChooserParams& params) override;
|
| bool IsPopupOrPanel(const content::WebContents* source) const override;
|
| void MoveContents(content::WebContents* source,
|
|
|