Chromium Code Reviews| 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..ee711cb17589597fcb9153b5b71cd59326e98387 100644 |
| --- a/content/browser/service_worker/service_worker_provider_host.h |
| +++ b/content/browser/service_worker/service_worker_provider_host.h |
| @@ -223,6 +223,9 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
| // for current document. |
| ServiceWorkerRegistration* MatchRegistration() const; |
| + // Copy matched registrations for document generated by shift-reload. |
| + void CopyMatchingRegistrations(); |
|
falken
2015/06/24 02:24:26
nit: we're not really copying it now, just adding.
xiang
2015/06/25 05:37:32
Done.
|
| + |
| // Called when our controller has been terminated and doomed due to an |
| // exceptional condition like it could no longer be read from the script |
| // cache. |