| Index: content/browser/renderer_host/render_process_host_impl.h
|
| diff --git a/content/browser/renderer_host/render_process_host_impl.h b/content/browser/renderer_host/render_process_host_impl.h
|
| index 43a60c9906f8d3bac0164815f3fa03da8d83195d..5d3099a35f96526361bcbd7eea97c73f7ec93490 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.h
|
| +++ b/content/browser/renderer_host/render_process_host_impl.h
|
| @@ -67,7 +67,6 @@ class CONTENT_EXPORT RenderProcessHostImpl
|
| virtual void EnableSendQueue() OVERRIDE;
|
| 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 bool WaitForBackingStoreMsg(int render_widget_id,
|
|
|