| 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 748567856514dce3ac0c095a1403bfc4af6b2f7d..2c7ad170cdf0f4956150fd94d838b1b7740c5cfe 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -720,9 +720,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| const GURL& frame_url,
|
| JavaScriptDialogType dialog_type,
|
| IPC::Message* reply_msg);
|
| - void OnRunBeforeUnloadConfirm(const GURL& frame_url,
|
| - bool is_reload,
|
| - IPC::Message* reply_msg);
|
| + void OnRunBeforeUnloadConfirm(bool is_reload, IPC::Message* reply_msg);
|
| void OnRunFileChooser(const FileChooserParams& params);
|
| void OnTextSurroundingSelectionResponse(const base::string16& content,
|
| uint32_t start_offset,
|
|
|