Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(74)

Unified Diff: content/browser/service_worker/service_worker_provider_host.h

Issue 2431313003: Mojofy unittests related to service workers (Closed)
Patch Set: Rebase Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698