| 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 4e6b3ba728bfc6602b4668a7271877cc6077b29d..01afc03fbe29bfa03250f238c2ca3833f38bc141 100644
|
| --- a/content/browser/renderer_host/render_widget_helper.h
|
| +++ b/content/browser/renderer_host/render_widget_helper.h
|
| @@ -125,7 +125,6 @@ class RenderWidgetHelper
|
| // These three functions provide the backend implementation of the
|
| // corresponding functions in RenderProcessHost. See those declarations
|
| // for documentation.
|
| - void CancelResourceRequests(int render_widget_id);
|
| void SimulateSwapOutACK(const ViewMsg_SwapOut_Params& params);
|
| bool WaitForBackingStoreMsg(int render_widget_id,
|
| const base::TimeDelta& max_delay,
|
| @@ -210,9 +209,6 @@ class RenderWidgetHelper
|
| // Called on the UI thread to create a fullscreen widget.
|
| void OnCreateFullscreenWidgetOnUI(int opener_id, int route_id);
|
|
|
| - // 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, if the ack is
|
| // not received as expected.
|
| void OnSimulateSwapOutACK(const ViewMsg_SwapOut_Params& params);
|
|
|