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

Unified Diff: content/browser/storage_partition_impl_map.cc

Issue 293083002: Add a blob field to ServiceWorkerFetchResponse and read the blob (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: a bit closer Created 6 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_map.cc
diff --git a/content/browser/storage_partition_impl_map.cc b/content/browser/storage_partition_impl_map.cc
index 7fe79344be5a71f7a785ffaaebcac11a9f25a8ec..a74f4681acba5fc94fc2c251a6c15947addf8929 100644
--- a/content/browser/storage_partition_impl_map.cc
+++ b/content/browser/storage_partition_impl_map.cc
@@ -415,7 +415,8 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
ProtocolHandlerScopedVector protocol_interceptors;
protocol_interceptors.push_back(
- ServiceWorkerRequestHandler::CreateInterceptor().release());
+ ServiceWorkerRequestHandler::CreateInterceptor(blob_storage_context)
michaeln 2014/05/22 03:26:22 A lot of plumbing to get this value from here to w
+ .release());
// These calls must happen after StoragePartitionImpl::Create().
if (partition_domain.empty()) {

Powered by Google App Engine
This is Rietveld 408576698