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 8bb8d92ec62989794e187acde01d7a891407f1a4..04345223863eb72fd7e774a6143b4941b4086b8e 100644 |
--- a/content/browser/service_worker/service_worker_provider_host.h |
+++ b/content/browser/service_worker/service_worker_provider_host.h |
@@ -248,6 +248,10 @@ class CONTENT_EXPORT ServiceWorkerProviderHost |
Update_ElongatedScript); |
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest, |
Update_EmptyScript); |
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTest, |
+ DispatchExtendableMessageEvent); |
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTest, |
+ DispatchExtendableMessageEvent_Fail); |
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest, |
UpdateBefore24Hours); |
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest, |