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

Unified Diff: content/browser/storage_partition_impl_map.cc

Issue 992353003: Decouple Cache Storage messaging from Service Worker/Embedded Worker (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 5 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
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/storage_partition_impl_map.cc
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
index 00fb52fa608474e4e4cc8f2f46150714bcbbce6a..7ba28d7c664ec43da00aa270fc85a635338dc912 100644
--- a/content/browser/storage_partition_impl_map.cc
+++ b/content/browser/storage_partition_impl_map.cc
@@ -585,10 +585,9 @@ void StoragePartitionImplMap::PostCreateInitialization(
browser_context_->GetSpecialStoragePolicy())));
BrowserThread::PostTask(
- BrowserThread::IO,
- FROM_HERE,
- base::Bind(&ServiceWorkerContextWrapper::SetBlobParametersForCache,
- partition->GetServiceWorkerContext(),
+ BrowserThread::IO, FROM_HERE,
+ base::Bind(&CacheStorageContextImpl::SetBlobParametersForCache,
+ partition->GetCacheStorageContext(),
make_scoped_refptr(partition->GetURLRequestContext()),
make_scoped_refptr(
ChromeBlobStorageContext::GetFor(browser_context_))));
« no previous file with comments | « content/browser/storage_partition_impl.cc ('k') | content/common/content_message_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698