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

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

Issue 2910063003: Fix Docs links from Files app on ChromeOS not working with PlzNavigate. (Closed)
Patch Set: Created 3 years, 7 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
« no previous file with comments | « no previous file | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 826cc37cd494621d40a820265ffdb2f93e708737..9ac1b2569591554832cd559618372c7ce9bf917a 100644
--- a/content/browser/loader/resource_dispatcher_host_impl.h
+++ b/content/browser/loader/resource_dispatcher_host_impl.h
@@ -597,6 +597,13 @@ class CONTENT_EXPORT ResourceDispatcherHostImpl
mojom::URLLoaderAssociatedRequest mojo_request,
mojom::URLLoaderClientPtr url_loader_client);
+ // Creates either MojoAsyncResourceHandler or AsyncResourceHandler.
+ std::unique_ptr<ResourceHandler> CreateBaseResourceHandler(
+ net::URLRequest* request,
+ mojom::URLLoaderAssociatedRequest mojo_request,
+ mojom::URLLoaderClientPtr url_loader_client,
+ ResourceType resource_type);
+
// Wraps |handler| in the standard resource handlers for normal resource
// loading and navigation requests. This adds MimeTypeResourceHandler and
// ResourceThrottles.
« no previous file with comments | « no previous file | content/browser/loader/resource_dispatcher_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698