Index: content/public/browser/render_process_host.h |
diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h |
index dc6490579bcc5522aebf0ef57e164768de195483..ce07869ba1d0f691f790e5d5364b7b490d975094 100644 |
--- a/content/public/browser/render_process_host.h |
+++ b/content/public/browser/render_process_host.h |
@@ -74,8 +74,7 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Message::Sender, |
// ResourceDispatcherHost. Necessary for a cross-site request, in the case |
// that the original RenderViewHost is not live and thus cannot run an |
// unload handler. |
- virtual void CrossSiteSwapOutACK( |
- const ViewMsg_SwapOut_Params& params) = 0; |
+ virtual void SimulateSwapOutACK(const ViewMsg_SwapOut_Params& params) = 0; |
// Called to wait for the next UpdateRect message for the specified render |
// widget. Returns true if successful, and the msg out-param will contain a |