| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index d2d0bc1b9e5bfc3cb0b78e5ffbf2ac3215cc6c1a..8e4edcf9b57217e7a2a1d1f736f78e2d1ca0a3ad 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -1544,17 +1544,14 @@ void ResourceDispatcherHostImpl::BeginRequest(
|
| request_data.fetch_request_context_type, request_data.fetch_frame_type,
|
| request_data.request_body);
|
|
|
| - if (base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableExperimentalWebPlatformFeatures)) {
|
| - ForeignFetchRequestHandler::InitializeHandler(
|
| - new_request.get(), filter_->service_worker_context(), blob_context,
|
| - child_id, request_data.service_worker_provider_id,
|
| - should_skip_service_worker, request_data.fetch_request_mode,
|
| - request_data.fetch_credentials_mode, request_data.fetch_redirect_mode,
|
| - request_data.resource_type, request_data.fetch_request_context_type,
|
| - request_data.fetch_frame_type, request_data.request_body,
|
| - request_data.initiated_in_secure_context);
|
| - }
|
| + ForeignFetchRequestHandler::InitializeHandler(
|
| + new_request.get(), filter_->service_worker_context(), blob_context,
|
| + child_id, request_data.service_worker_provider_id,
|
| + should_skip_service_worker, request_data.fetch_request_mode,
|
| + request_data.fetch_credentials_mode, request_data.fetch_redirect_mode,
|
| + request_data.resource_type, request_data.fetch_request_context_type,
|
| + request_data.fetch_frame_type, request_data.request_body,
|
| + request_data.initiated_in_secure_context);
|
|
|
| // Have the appcache associate its extra info with the request.
|
| AppCacheInterceptor::SetExtraRequestInfo(
|
|
|