| 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 243a9c3e1dc798c6fcd4eb73d97a10e8cac514c0..954bdd749c6b2f6e21f6482dbfe74d1e90b66417 100644
|
| --- a/content/browser/renderer_host/render_view_host_impl.h
|
| +++ b/content/browser/renderer_host/render_view_host_impl.h
|
| @@ -321,14 +321,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| // longer on the stack when we attempt to swap it out.
|
| void SuppressDialogsUntilSwapOut();
|
|
|
| - // Tells the renderer that this RenderView is being swapped out for one in a
|
| - // different renderer process. It should run its unload handler and move to
|
| - // a blank document. The renderer should preserve the Frame object until it
|
| - // exits, in case we come back. The renderer can exit if it has no other
|
| - // active RenderViews, but not until WasSwappedOut is called (when it is no
|
| - // longer visible).
|
| - void SwapOut();
|
| -
|
| // Called when either the SwapOut request has been acknowledged or has timed
|
| // out.
|
| void OnSwappedOut(bool timed_out);
|
| @@ -573,7 +565,6 @@ class CONTENT_EXPORT RenderViewHostImpl
|
| void OnUpdateInspectorSetting(const std::string& key,
|
| const std::string& value);
|
| void OnClosePageACK();
|
| - void OnSwapOutACK();
|
| void OnAccessibilityEvents(
|
| const std::vector<AccessibilityHostMsg_EventParams>& params);
|
| void OnAccessibilityLocationChanges(
|
|
|