| Index: content/browser/service_worker/service_worker_request_handler.cc
|
| diff --git a/content/browser/service_worker/service_worker_request_handler.cc b/content/browser/service_worker/service_worker_request_handler.cc
|
| index 980fd03d46b7c33995ee730ee2f07ab52db74fd1..32f4a689c5663b4a5fbb41050373aa7e4c613b81 100644
|
| --- a/content/browser/service_worker/service_worker_request_handler.cc
|
| +++ b/content/browser/service_worker/service_worker_request_handler.cc
|
| @@ -71,9 +71,6 @@ void FinalizeHandlerInitialization(
|
| if (ServiceWorkerUtils::IsMainResourceType(resource_type)) {
|
| provider_host->SetDocumentUrl(net::SimplifyUrlForRequest(request->url()));
|
| provider_host->SetTopmostFrameUrl(request->first_party_for_cookies());
|
| - // A page load with skip_service_worker should be triggered by
|
| - // shift-reload, so retain all live matching registrations.
|
| - provider_host->AddAllMatchingRegistrations();
|
| }
|
| return;
|
| }
|
|
|