| Index: content/browser/renderer_host/render_view_host.h
|
| diff --git a/content/browser/renderer_host/render_view_host.h b/content/browser/renderer_host/render_view_host.h
|
| index 8777a3bba6a64e66d8f25b0babcaecdadb449f95..ca803b4f8a1fc401856dc92051db3390e6cbbc41 100644
|
| --- a/content/browser/renderer_host/render_view_host.h
|
| +++ b/content/browser/renderer_host/render_view_host.h
|
| @@ -180,6 +180,9 @@ class RenderViewHost : public RenderWidgetHost {
|
| int new_render_process_host_id,
|
| int new_request_id);
|
|
|
| + // Called by ResourceDispatcherHost after the ClosePageACK is received.
|
| + void OnClosePageACK(bool for_cross_site_transition);
|
| +
|
| // Close the page ignoring whether it has unload events registers.
|
| // This is called after the beforeunload and unload events have fired
|
| // and the user has agreed to continue with closing the page.
|
|
|