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 bd0d9e96778b5957ab62237dfec38d399e49dd35..223f9deb9db5bac80a9479066ade41541aa5212c 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -107,6 +107,10 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
private: |
friend class ServiceWorkerProviderHostTest; |
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest, |
+ SoftUpdateBefore24Hours); |
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest, |
+ HardUpdateAfter24Hours); |
// ServiceWorkerRegistration::Listener overrides. |
virtual void OnVersionAttributesChanged( |