Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1058)

Unified Diff: content/browser/loader/resource_dispatcher_host_impl.h

Issue 2758993002: Move the functions which block, resume and cancel requests for a frame route id out of ResourceDisp… (Closed)
Patch Set: Rebased to tip Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;
« no previous file with comments | « content/browser/frame_host/render_frame_host_impl.cc ('k') | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698