| Index: content/public/browser/render_process_host.h
|
| ===================================================================
|
| --- content/public/browser/render_process_host.h (revision 136082)
|
| +++ content/public/browser/render_process_host.h (working copy)
|
| @@ -74,7 +74,8 @@
|
| // 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 SimulateSwapOutACK(const ViewMsg_SwapOut_Params& params) = 0;
|
| + virtual void CrossSiteSwapOutACK(
|
| + 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
|
|
|