Index: content/browser/service_worker/service_worker_register_job.h |
diff --git a/content/browser/service_worker/service_worker_register_job.h b/content/browser/service_worker/service_worker_register_job.h |
index d1011cd7e7d99a7dfd9471bc268076210fc47575..a816a6e0375a725efeef58b68161e4c640f1ccd8 100644 |
--- a/content/browser/service_worker/service_worker_register_job.h |
+++ b/content/browser/service_worker/service_worker_register_job.h |
@@ -142,7 +142,7 @@ class ServiceWorkerRegisterJob : public ServiceWorkerRegisterJobBase, |
ServiceWorkerStatusCode status, |
bool are_equal); |
- void AssociateProviderHostsToRegistration( |
+ void AddRegistrationToMatchingProviderHosts( |
ServiceWorkerRegistration* registration); |
// The ServiceWorkerContextCore object should always outlive this. |