| 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 04fb21d0a2ba249c87600c0aa371ed9994f89ff2..034d0aaa249f197924e79488a66d722d23ad1c43 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -141,6 +141,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
|
|
| // ServiceWorkerRegistration::Listener overrides.
|
| void OnRegistrationFailed(ServiceWorkerRegistration* registration) override;
|
| + void OnSkippedWaiting(ServiceWorkerRegistration* registration) override;
|
|
|
| // Sets the controller version field to |version| or if |version| is NULL,
|
| // clears the field.
|
|
|