Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1209)

Unified Diff: content/browser/service_worker/service_worker_controllee_request_handler.cc

Issue 445883003: ServiceWorker: Consolidate version change messages (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_provider_host.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_controllee_request_handler.cc
diff --git a/content/browser/service_worker/service_worker_controllee_request_handler.cc b/content/browser/service_worker/service_worker_controllee_request_handler.cc
index 6e4ec4ebc4d5486600ff67118dcf49b2b1b16261..bd8205b4e90a435b6418b52e71018d116b305e41 100644
--- a/content/browser/service_worker/service_worker_controllee_request_handler.cc
+++ b/content/browser/service_worker/service_worker_controllee_request_handler.cc
@@ -115,7 +115,6 @@ void ServiceWorkerControlleeRequestHandler::PrepareForMainResource(
// The corresponding provider_host may already have associated a registration
// in redirect case, unassociate it now.
provider_host_->UnassociateRegistration();
- provider_host_->SetControllerVersion(NULL);
GURL stripped_url = net::SimplifyUrlForRequest(url);
provider_host_->SetDocumentUrl(stripped_url);
@@ -166,8 +165,6 @@ ServiceWorkerControlleeRequestHandler::DidLookupRegistrationForMainResource(
}
provider_host_->AssociateRegistration(registration);
- provider_host_->SetControllerVersion(registration->active_version());
-
job_->ForwardToServiceWorker();
}
@@ -181,8 +178,6 @@ void ServiceWorkerControlleeRequestHandler::OnVersionStatusChanged(
}
provider_host_->AssociateRegistration(registration);
- provider_host_->SetControllerVersion(registration->active_version());
-
job_->ForwardToServiceWorker();
}
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_provider_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698