| Index: components/guest_view/browser/guest_view_base.h
|
| diff --git a/components/guest_view/browser/guest_view_base.h b/components/guest_view/browser/guest_view_base.h
|
| index 17056d6fcc5c4302c36cfe904d8ffa80f386de4a..320a5e4d50b269831aeb861b657a7c3d3f4646df 100644
|
| --- a/components/guest_view/browser/guest_view_base.h
|
| +++ b/components/guest_view/browser/guest_view_base.h
|
| @@ -364,7 +364,7 @@ class GuestViewBase : public content::BrowserPluginGuestDelegate,
|
| const std::vector<content::ColorSuggestion>& suggestions) final;
|
| void ResizeDueToAutoResize(content::WebContents* web_contents,
|
| const gfx::Size& new_size) final;
|
| - void RunFileChooser(content::WebContents* web_contents,
|
| + void RunFileChooser(content::RenderFrameHost* render_frame_host,
|
| const content::FileChooserParams& params) final;
|
| bool ShouldFocusPageAfterCrash() final;
|
| void UpdatePreferredSize(content::WebContents* web_contents,
|
|
|