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

Unified Diff: content/public/browser/resource_dispatcher_host.cc

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/public/browser/resource_dispatcher_host.cc
diff --git a/content/public/browser/resource_dispatcher_host.cc b/content/public/browser/resource_dispatcher_host.cc
deleted file mode 100644
index a7daaedc6770add890d6dec74560811448b3c318..0000000000000000000000000000000000000000
--- a/content/public/browser/resource_dispatcher_host.cc
+++ /dev/null
@@ -1,27 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "content/public/browser/resource_dispatcher_host.h"
-
-#include "base/callback.h"
-#include "content/browser/frame_host/render_frame_host_impl.h"
-#include "content/browser/loader/resource_dispatcher_host_impl.h"
-#include "content/public/browser/browser_thread.h"
-
-namespace content {
-
-// static
-void ResourceDispatcherHost::BlockRequestsForFrameFromUI(
- RenderFrameHost* root_frame_host) {
- ResourceDispatcherHostImpl::BlockRequestsForFrameFromUI(root_frame_host);
-}
-
-// static
-void ResourceDispatcherHost::ResumeBlockedRequestsForFrameFromUI(
- RenderFrameHost* root_frame_host) {
- ResourceDispatcherHostImpl::ResumeBlockedRequestsForFrameFromUI(
- root_frame_host);
-}
-
-} // namespace content
« no previous file with comments | « content/public/browser/resource_dispatcher_host.h ('k') | extensions/browser/app_window/app_window_contents.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698