| Index: content/public/browser/resource_dispatcher_host.h
|
| diff --git a/content/public/browser/resource_dispatcher_host.h b/content/public/browser/resource_dispatcher_host.h
|
| index d8b2495f22c91cad91df9daf3784fa42c598cd59..844797e478556df35e1843ee7c19c2cba471a5a0 100644
|
| --- a/content/public/browser/resource_dispatcher_host.h
|
| +++ b/content/public/browser/resource_dispatcher_host.h
|
| @@ -66,14 +66,6 @@ class CONTENT_EXPORT ResourceDispatcherHost {
|
| // Clears the ResourceDispatcherHostLoginDelegate associated with the request.
|
| virtual void ClearLoginDelegateForRequest(net::URLRequest* request) = 0;
|
|
|
| - // Causes all new requests for the route identified by |child_id| and
|
| - // |route_id| to be blocked (not being started) until
|
| - // ResumeBlockedRequestsForRoute is called.
|
| - virtual void BlockRequestsForRoute(int child_id, int route_id) = 0;
|
| -
|
| - // Resumes any blocked request for the specified route id.
|
| - virtual void ResumeBlockedRequestsForRoute(int child_id, int route_id) = 0;
|
| -
|
| protected:
|
| virtual ~ResourceDispatcherHost() {}
|
| };
|
|
|