| 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 522c1ea5b8888587e25b7d5385b2acd723183999..c46b9590770979fed04947819bddd49d026a3c52 100644
|
| --- a/content/browser/storage_partition_impl_map.cc
|
| +++ b/content/browser/storage_partition_impl_map.cc
|
| @@ -42,6 +42,7 @@
|
| #include "content/public/browser/storage_partition.h"
|
| #include "content/public/common/content_constants.h"
|
| #include "content/public/common/content_switches.h"
|
| +#include "content/public/common/origin_trial_policy.h"
|
| #include "content/public/common/url_constants.h"
|
| #include "crypto/sha2.h"
|
| #include "net/url_request/url_request_context.h"
|
| @@ -445,8 +446,7 @@ StoragePartitionImpl* StoragePartitionImplMap::Get(
|
| request_interceptors.push_back(
|
| ServiceWorkerRequestHandler::CreateInterceptor(
|
| browser_context_->GetResourceContext()).release());
|
| - if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableExperimentalWebPlatformFeatures)) {
|
| + if (ForeignFetchRequestHandler::IsForeignFetchEnabled()) {
|
| request_interceptors.push_back(
|
| ForeignFetchRequestHandler::CreateInterceptor(
|
| browser_context_->GetResourceContext())
|
|
|