diff options
Diffstat (limited to 'chrome/browser/render_process_host.h')
-rw-r--r-- | chrome/browser/render_process_host.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/chrome/browser/render_process_host.h b/chrome/browser/render_process_host.h index 6384fd9..117ad55 100644 --- a/chrome/browser/render_process_host.h +++ b/chrome/browser/render_process_host.h @@ -149,8 +149,7 @@ class RenderProcessHost : public IPC::Channel::Listener, // Necessary for a cross-site request, in the case that the original // RenderViewHost is not live and thus cannot run an onunload handler. void CrossSiteClosePageACK(int new_render_process_host_id, - int new_request_id, - bool is_closing_browser); + int new_request_id); // IPC channel listener virtual void OnMessageReceived(const IPC::Message& msg); |