| 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 103a23ed1515f094d3d18ebc38c7684a07a119ea..d21b1da7281e10bae3131ec5e7820cfbfafaa80e 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -466,6 +466,7 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void JavaScriptDialogClosed(IPC::Message* reply_msg,
|
| bool success,
|
| const base::string16& user_input,
|
| + bool is_before_unload_dialog,
|
| bool dialog_was_suppressed);
|
|
|
| // Get the accessibility mode from the delegate and Send a message to the
|
|
|