| 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 18e0ee97be68a5335129b5fbf86cac728aab6ebf..29b5d3f8e04e56e8d2f182a61c93da79e5aab434 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -165,6 +165,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.
|
|
|