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

Unified Diff: content/browser/url_loader_factory_getter.cc

Issue 2902653002: Get main frame and subframe AppCache loads to work. (Closed)
Patch Set: Fix check 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 | « content/browser/loader/navigation_url_loader_network_service.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/url_loader_factory_getter.cc
diff --git a/content/browser/url_loader_factory_getter.cc b/content/browser/url_loader_factory_getter.cc
index 611cef7d8a05d2a61ca52840ec0632e01e3b0c40..f8b62e7aafd79d4998fd0dfd0052810cd0aa36af 100644
--- a/content/browser/url_loader_factory_getter.cc
+++ b/content/browser/url_loader_factory_getter.cc
@@ -55,7 +55,7 @@ void URLLoaderFactoryGetter::InitializeOnIOThread(
network_factory_.Bind(std::move(network_factory));
AppCacheURLLoaderFactory::CreateURLLoaderFactory(
- mojo::MakeRequest(&appcache_factory_), appcache_service.get(), this);
+ mojo::MakeRequest(&appcache_factory_), appcache_service.get(), this, -1);
jam 2017/05/24 15:29:02 nit: i think the convention is that 0 is ID of bro
}
void URLLoaderFactoryGetter::SetTestNetworkFactoryOnIOThread(
« no previous file with comments | « content/browser/loader/navigation_url_loader_network_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698