| Index: content/browser/renderer_host/render_widget_helper.h
|
| diff --git a/content/browser/renderer_host/render_widget_helper.h b/content/browser/renderer_host/render_widget_helper.h
|
| index ed206038e0dc0a586b7f91fede25b024ab65aa26..433f244879fcd332be155285dac49d68ede927a4 100644
|
| --- a/content/browser/renderer_host/render_widget_helper.h
|
| +++ b/content/browser/renderer_host/render_widget_helper.h
|
| @@ -113,7 +113,7 @@ class RenderWidgetHelper
|
| // corresponding functions in RenderProcessHost. See those declarations
|
| // for documentation.
|
| void CancelResourceRequests(int render_widget_id);
|
| - void CrossSiteSwapOutACK(const ViewMsg_SwapOut_Params& params);
|
| + void SimulateSwapOutACK(const ViewMsg_SwapOut_Params& params);
|
| bool WaitForUpdateMsg(int render_widget_id,
|
| const base::TimeDelta& max_delay,
|
| IPC::Message* msg);
|
| @@ -190,8 +190,9 @@ class RenderWidgetHelper
|
| // Called on the IO thread to cancel resource requests for the render widget.
|
| void OnCancelResourceRequests(int render_widget_id);
|
|
|
| - // Called on the IO thread to resume a cross-site response.
|
| - void OnCrossSiteSwapOutACK(const ViewMsg_SwapOut_Params& params);
|
| + // Called on the IO thread to resume a cross-site response, if the ack is
|
| + // not received as expected.
|
| + void OnSimulateSwapOutACK(const ViewMsg_SwapOut_Params& params);
|
|
|
| #if defined(OS_MACOSX)
|
| // Called on destruction to release all allocated transport DIBs
|
|
|