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

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

Issue 2390983002: Provide route ID via URLLoaderFactory (Closed)
Patch Set: fix Created 4 years, 2 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 | « content/browser/loader/DEPS ('k') | content/browser/loader/url_loader_factory_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/loader/url_loader_factory_impl.h
diff --git a/content/browser/loader/url_loader_factory_impl.h b/content/browser/loader/url_loader_factory_impl.h
index 52e957b5e18b6a766d96d99a11a678db2133eb83..a54c44bf6c65d350c1b9ed990672af8f2816ad89 100644
--- a/content/browser/loader/url_loader_factory_impl.h
+++ b/content/browser/loader/url_loader_factory_impl.h
@@ -22,6 +22,7 @@ class URLLoaderFactoryImpl final : public mojom::URLLoaderFactory {
~URLLoaderFactoryImpl() override;
void CreateLoaderAndStart(mojom::URLLoaderRequest request,
+ int32_t routing_id,
int32_t request_id,
const ResourceRequest& url_request,
mojom::URLLoaderClientPtr client) override;
« no previous file with comments | « content/browser/loader/DEPS ('k') | content/browser/loader/url_loader_factory_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698