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 0af23c1239af8a3cf3429ed00250c51ddd63d4be..d1b36b6080ad90d2daa70b415e60b14f83ec54d4 100644 |
| --- a/content/browser/service_worker/service_worker_provider_host.h |
| +++ b/content/browser/service_worker/service_worker_provider_host.h |
| @@ -220,6 +220,10 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
| // for current document. |
| ServiceWorkerRegistration* MatchRegistration() const; |
| + // Copy matched registrations from the old one for force-refresh generated |
|
falken
2015/06/17 15:08:35
"the old one" is vague here... "from the old Servi
xiang
2015/06/19 07:43:24
Done.
|
| + // document. |
| + void CopyMatchingRegistrations(); |
| + |
| // 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. |