| 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 b52ab74d452fabebb65427c1733c94ffa7d82e75..35195ba830e8ee03acb27607c324e071e9b4e0cf 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -623,7 +623,6 @@ class CONTENT_EXPORT RenderFrameHostImpl : public RenderFrameHost,
|
| JavaScriptMessageType type,
|
| IPC::Message* reply_msg);
|
| void OnRunBeforeUnloadConfirm(const GURL& frame_url,
|
| - const base::string16& message,
|
| bool is_reload,
|
| IPC::Message* reply_msg);
|
| void OnTextSurroundingSelectionResponse(const base::string16& content,
|
|
|