| 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 8d7126bdc47269ced0d4be27218cc3dabc5c8448..548ae9c584fdfd274b01232a19afb3c208fd1675 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -219,6 +219,9 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| void AddMatchingRegistration(ServiceWorkerRegistration* registration);
|
| void RemoveMatchingRegistration(ServiceWorkerRegistration* registration);
|
|
|
| + // Add matched registrations for document generated by shift-reload.
|
| + void AddAllMatchingRegistrations();
|
| +
|
| // An optimized implementation of [[Match Service Worker Registration]]
|
| // for current document.
|
| ServiceWorkerRegistration* MatchRegistration() const;
|
|
|