| 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 924cc22bd5181ef7c6bddc25abf1f7380c8d5ca2..a5ba3462f447c2a9c63d09b49b4d37ce886670b1 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -14,6 +14,7 @@
|
| #include "base/strings/string_util.h"
|
| #include "base/strings/stringprintf.h"
|
| #include "base/threading/sequenced_worker_pool.h"
|
| +#include "content/browser/appcache/appcache_interceptor.h"
|
| #include "content/browser/appcache/chrome_appcache_service.h"
|
| #include "content/browser/fileapi/browser_file_system_helper.h"
|
| #include "content/browser/fileapi/chrome_blob_storage_context.h"
|
| @@ -437,6 +438,8 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
|
| request_interceptors.push_back(
|
| ServiceWorkerRequestHandler::CreateInterceptor(
|
| browser_context_->GetResourceContext()).release());
|
| + request_interceptors.push_back(
|
| + AppCacheInterceptor::CreateStartInterceptor().release());
|
|
|
| // These calls must happen after StoragePartitionImpl::Create().
|
| if (partition_domain.empty()) {
|
|
|