| 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 c2140d5775fd694cbd2a022ed3c4f56817f18949..0af23c1239af8a3cf3429ed00250c51ddd63d4be 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -228,6 +228,15 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| private:
|
| friend class ServiceWorkerProviderHostTest;
|
| friend class ServiceWorkerWriteToCacheJobTest;
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest, Update_SameScript);
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest,
|
| + Update_SameSizeScript);
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest,
|
| + Update_TruncatedScript);
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest,
|
| + Update_ElongatedScript);
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest,
|
| + Update_EmptyScript);
|
| FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
|
| UpdateBefore24Hours);
|
| FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
|
|
|