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 050edc030717b1358ad23ad23748bb78afd0d60d..9dbd360e956471e9e75231627d068714674b6fd3 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.h |
+++ b/content/browser/renderer_host/render_view_host_impl.h |
@@ -325,14 +325,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); |
@@ -577,7 +569,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( |