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

Unified Diff: content/browser/storage_partition_impl.cc

Issue 2891773002: Add a stub implementation of the URLLoaderFactory for AppCache. (Closed)
Patch Set: Fix compile failures 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
Index: content/browser/storage_partition_impl.cc
diff --git a/content/browser/storage_partition_impl.cc b/content/browser/storage_partition_impl.cc
index c1d56e14f369ffcd2efdeab22dc3f1c689b979b3..c557745914c9d897816de92c6e2f3531d581c767 100644
--- a/content/browser/storage_partition_impl.cc
+++ b/content/browser/storage_partition_impl.cc
@@ -529,7 +529,7 @@ std::unique_ptr<StoragePartitionImpl> StoragePartitionImpl::Create(
partition->network_context_->CreateURLLoaderFactory(
MakeRequest(&network_factory), 0);
partition->url_loader_factory_getter_->Initialize(
- std::move(network_factory));
+ std::move(network_factory), partition->appcache_service_.get());
jam 2017/05/17 16:51:12 We're going to need a bunch of stuff out of Storag
ananta 2017/05/17 18:14:09 Done.
ananta 2017/05/17 18:14:09 Done.
}
return partition;

Powered by Google App Engine
This is Rietveld 408576698