| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index ad7406fc82b2104585c156814db86eb72d1385e3..ff79b6539d8f71c412fb3d6fc03184722e22f48d 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -93,6 +93,7 @@ class TimeoutMonitor;
|
| class WebBluetoothServiceImpl;
|
| struct ContentSecurityPolicyHeader;
|
| struct ContextMenuParams;
|
| +struct FileChooserParams;
|
| struct GlobalRequestID;
|
| struct FileChooserParams;
|
| struct Referrer;
|
| @@ -656,6 +657,7 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| void OnRunBeforeUnloadConfirm(const GURL& frame_url,
|
| bool is_reload,
|
| IPC::Message* reply_msg);
|
| + void OnRunFileChooser(const FileChooserParams& params);
|
| void OnTextSurroundingSelectionResponse(const base::string16& content,
|
| uint32_t start_offset,
|
| uint32_t end_offset);
|
|
|