| Index: content/browser/renderer_host/render_process_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.h (revision 136082)
|
| +++ content/browser/renderer_host/render_process_host_impl.h (working copy)
|
| @@ -61,8 +61,8 @@
|
| virtual bool Init() OVERRIDE;
|
| virtual int GetNextRoutingID() OVERRIDE;
|
| virtual void CancelResourceRequests(int render_widget_id) OVERRIDE;
|
| - virtual void SimulateSwapOutACK(
|
| - const ViewMsg_SwapOut_Params& params) OVERRIDE;
|
| + virtual void CrossSiteSwapOutACK(const ViewMsg_SwapOut_Params& params)
|
| + OVERRIDE;
|
| virtual bool WaitForBackingStoreMsg(int render_widget_id,
|
| const base::TimeDelta& max_delay,
|
| IPC::Message* msg) OVERRIDE;
|
|
|