| Index: content/browser/loader/resource_dispatcher_host_impl.h
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.h b/content/browser/loader/resource_dispatcher_host_impl.h
|
| index 86e9e5b3374641ded45b78bf2c350961e4190622..65f456b50f8e5fa204b81a88be8fd14479d846fd 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.h
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.h
|
| @@ -62,7 +62,6 @@ class AsyncRevalidationManager;
|
| class LoaderDelegate;
|
| class NavigationURLLoaderImplCore;
|
| class NavigationUIData;
|
| -class RenderFrameHostImpl;
|
| class ResourceContext;
|
| class ResourceDispatcherHostDelegate;
|
| class ResourceLoader;
|
| @@ -108,17 +107,6 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
|
| static void ResumeBlockedRequestsForRouteFromUI(
|
| const GlobalFrameRoutingId& global_routing_id);
|
|
|
| - // Blocks (and does not start) all requests for the frame and its subframes.
|
| - static void BlockRequestsForFrameFromUI(RenderFrameHost* root_frame_host);
|
| -
|
| - // Resumes any blocked requests for the specified frame and its subframes.
|
| - static void ResumeBlockedRequestsForFrameFromUI(
|
| - RenderFrameHost* root_frame_host);
|
| -
|
| - // Cancels any blocked request for the frame and its subframes.
|
| - static void CancelBlockedRequestsForFrameFromUI(
|
| - RenderFrameHostImpl* root_frame_host);
|
| -
|
| // ResourceDispatcherHost implementation:
|
| void SetDelegate(ResourceDispatcherHostDelegate* delegate) override;
|
| void SetAllowCrossOriginAuthPrompt(bool value) override;
|
|
|