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

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

Issue 2927973002: Only use SiteInstance process reuse for ServiceWorker with no failures (Closed)
Patch Set: Created 3 years, 6 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
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_process_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..f9dc72764df0f3b6fb51899efb765d7d31e06bdb 100644
--- a/content/browser/service_worker/service_worker_process_manager.h
+++ b/content/browser/service_worker/service_worker_process_manager.h
@@ -91,6 +91,10 @@ class CONTENT_EXPORT ServiceWorkerProcessManager {
FindAvailableProcess);
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTest,
AllocateWorkerProcess_FindAvailableProcess);
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTest,
+ AllocateWorkerProcess_WithProcessReuse);
+ FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTest,
+ AllocateWorkerProcess_WithoutProcessReuse);
FRIEND_TEST_ALL_PREFIXES(ServiceWorkerProcessManagerTest,
AllocateWorkerProcess_InShutdown);
« no previous file with comments | « no previous file | content/browser/service_worker/service_worker_process_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698