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

Unified Diff: content/browser/service_worker/service_worker_process_manager.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_process_manager.h
diff --git a/content/browser/service_worker/service_worker_process_manager.h b/content/browser/service_worker/service_worker_process_manager.h
index da8443f9fe6a7373a1f2ba1ebc616f87923605ea..a45fb870155604156e431260b1355d7b14dda959 100644
--- a/content/browser/service_worker/service_worker_process_manager.h
+++ b/content/browser/service_worker/service_worker_process_manager.h
@@ -86,12 +86,12 @@ class CONTENT_EXPORT ServiceWorkerProcessManager {
bool PatternHasProcessToRun(const GURL& pattern) const;
private:
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTest, SortProcess);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTest,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTestP, SortProcess);
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTestP,
FindAvailableProcess);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTest,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTestP,
AllocateWorkerProcess_FindAvailableProcess);
- FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTest,
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTestP,
AllocateWorkerProcess_InShutdown);
// Information about the process for an EmbeddedWorkerInstance.

Powered by Google App Engine
This is Rietveld 408576698