| Index: content/browser/service_worker/service_worker_provider_host.h
|
| diff --git a/content/browser/service_worker/service_worker_provider_host.h b/content/browser/service_worker/service_worker_provider_host.h
|
| index a005e0aa1cfbf536fe12d0d8cbdaea98624676ec..7551e31d97657d320746a898aba159b2645aa16e 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -83,7 +83,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| void AssociateRegistration(ServiceWorkerRegistration* registration);
|
|
|
| // Clears the associated registration and stop listening to it.
|
| - void UnassociateRegistration();
|
| + void DisassociateRegistration();
|
|
|
| // Returns false if the version is not in the expected STARTING in our
|
| // process state. That would be indicative of a bad IPC message.
|
|
|