| Index: content/browser/frame_host/navigation_request.cc
|
| diff --git a/content/browser/frame_host/navigation_request.cc b/content/browser/frame_host/navigation_request.cc
|
| index b8ef2b115fbab3577b2e5ba6512eb91817b09bde..17e42682553082f6df284c6416f8545bba084b4e 100644
|
| --- a/content/browser/frame_host/navigation_request.cc
|
| +++ b/content/browser/frame_host/navigation_request.cc
|
| @@ -301,6 +301,7 @@ void NavigationRequest::OnResponseStarted(
|
| }
|
|
|
| // Update the service worker params of the request params.
|
| + // TODO(falken): This should do an isSecureContext check too.
|
| request_params_.should_create_service_worker =
|
| (frame_tree_node_->pending_sandbox_flags() &
|
| blink::WebSandboxFlags::Origin) != blink::WebSandboxFlags::Origin;
|
|
|