| Index: content/browser/renderer_host/render_view_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_view_host_impl.h b/content/browser/renderer_host/render_view_host_impl.h
|
| index a963733a752719d356f85b5303f1232bf7bdac42..4ec87ca0711e911a183eb66b0a14a9ffd4a2ba35 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -197,12 +197,6 @@ class CONTENT_EXPORT RenderViewHostImpl : public RenderViewHost,
|
| // TODO(creis): Remove as part of http://crbug.com/418265.
|
| bool is_waiting_for_close_ack() const { return is_waiting_for_close_ack_; }
|
|
|
| - // Tells the renderer that this RenderView will soon be swapped out, and thus
|
| - // not to create any new modal dialogs until it happens. This must be done
|
| - // separately so that the PageGroupLoadDeferrers of any current dialogs are no
|
| - // longer on the stack when we attempt to swap it out.
|
| - void SuppressDialogsUntilSwapOut();
|
| -
|
| // Tells the renderer process to run the page's unload handler.
|
| // A ClosePage_ACK ack is sent back when the handler execution completes.
|
| void ClosePage();
|
|
|