| 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 363360574b4a355797cc34fcab9429bfbe6d5094..24d33e0711e31909defc5cce81f9af920bb3328b 100644
|
| --- a/content/browser/service_worker/service_worker_provider_host.h
|
| +++ b/content/browser/service_worker/service_worker_provider_host.h
|
| @@ -273,17 +273,17 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
|
| Update_ElongatedScript);
|
| FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest,
|
| Update_EmptyScript);
|
| - FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTest,
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTestP,
|
| DispatchExtendableMessageEvent);
|
| - FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTest,
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTestP,
|
| DispatchExtendableMessageEvent_Fail);
|
| - FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
|
| UpdateBefore24Hours);
|
| - FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
|
| UpdateAfter24Hours);
|
| - FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
|
| UpdateForceBypassCache);
|
| - FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
|
| + FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
|
| ServiceWorkerDataRequestAnnotation);
|
| FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProviderHostTestP, ContextSecurity);
|
|
|
|
|