summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/render_view.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/render_view.h')
-rw-r--r--chrome/renderer/render_view.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h
index 844d877..c04be51 100644
--- a/chrome/renderer/render_view.h
+++ b/chrome/renderer/render_view.h
@@ -443,12 +443,11 @@ class RenderView : public RenderWidget, public WebViewDelegate,
// Checks if the RenderView should close, runs the beforeunload handler and
// sends ViewMsg_ShouldClose to the browser.
- void OnMsgShouldClose(bool is_closing_browser);
+ void OnMsgShouldClose();
// Runs the onunload handler and closes the page, replying with ClosePage_ACK
// (with the given RPH and request IDs, to help track the request).
- void OnClosePage(int new_render_process_host_id, int new_request_id,
- bool is_closing_browser);
+ void OnClosePage(int new_render_process_host_id, int new_request_id);
// Notification about ui theme changes.
void OnThemeChanged();