| 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 16e3cd655ea0067c8b4a2ecdd6beaa8e64fffbe0..1610476e74340439e2ef07926bdfc157e6ee34ad 100644
|
| --- a/content/browser/service_worker/service_worker_register_job.h
|
| +++ b/content/browser/service_worker/service_worker_register_job.h
|
| @@ -152,7 +152,7 @@ class ServiceWorkerRegisterJob : public ServiceWorkerRegisterJobBase,
|
| ServiceWorkerStatusCode status,
|
| bool are_equal);
|
|
|
| - void AssociateProviderHostsToRegistration(
|
| + void NotifyProviderHostsForRegistration(
|
| ServiceWorkerRegistration* registration);
|
|
|
| // The ServiceWorkerContextCore object should always outlive this.
|
|
|