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

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

Issue 2627543002: ServiceWorker: Returns true for IsMojoForServiceWorkerEnabled (Closed)
Patch Set: Created 3 years, 11 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 4879e4fac67d0f92d84625f64add522cfb572e34..33df5b2aa237fdd5cf4627de2975fa2c2b92f3d7 100644
--- a/content/browser/service_worker/service_worker_provider_host.h
+++ b/content/browser/service_worker/service_worker_provider_host.h
@@ -297,7 +297,7 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
private:
friend class ForeignFetchRequestHandlerTest;
friend class LinkHeaderServiceWorkerTest;
- friend class ServiceWorkerProviderHostTestP;
+ friend class ServiceWorkerProviderHostTest;
friend class ServiceWorkerWriteToCacheJobTest;
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest, Update_SameScript);
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest,
@@ -308,21 +308,21 @@ class CONTENT_EXPORT ServiceWorkerProviderHost
Update_ElongatedScript);
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerWriteToCacheJobTest,
Update_EmptyScript);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTestP,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTest,
DispatchExtendableMessageEvent);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTestP,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerDispatcherHostTest,
DispatchExtendableMessageEvent_Fail);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
UpdateBefore24Hours);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
UpdateAfter24Hours);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
UpdateForceBypassCache);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
ServiceWorkerDataRequestAnnotation);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTestP,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerContextRequestHandlerTest,
SkipServiceWorkerForServiceWorkerRequest);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProviderHostTestP, ContextSecurity);
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProviderHostTest, ContextSecurity);
struct OneShotGetReadyCallback {
GetRegistrationForReadyCallback callback;

Powered by Google App Engine
This is Rietveld 408576698