| Index: content/public/browser/render_process_host.h
|
| diff --git a/content/public/browser/render_process_host.h b/content/public/browser/render_process_host.h
|
| index a081a99a9031c79eb85847b74fb39f9e6469430d..b1b6592da2470dc96bed527b997fb121f073bfe5 100644
|
| --- a/content/public/browser/render_process_host.h
|
| +++ b/content/public/browser/render_process_host.h
|
| @@ -64,10 +64,6 @@ class CONTENT_EXPORT RenderProcessHost : public IPC::Sender,
|
| // Gets the next available routing id.
|
| virtual int GetNextRoutingID() = 0;
|
|
|
| - // Called on the UI thread to cancel any outstanding resource requests for
|
| - // the specified render widget.
|
| - virtual void CancelResourceRequests(int render_widget_id) = 0;
|
| -
|
| // Called on the UI thread to simulate a SwapOut_ACK message to the
|
| // ResourceDispatcherHost. Necessary for a cross-site request, in the case
|
| // that the original RenderViewHost is not live and thus cannot run an
|
|
|