Chromium Code Reviews

Unified Diff: content/public/browser/worker_service.h

Issue 411283002: Remove disable-embedded-shared-worker flag and shared worker process related codes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « content/public/browser/resource_request_details.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/worker_service.h
diff --git a/content/public/browser/worker_service.h b/content/public/browser/worker_service.h
index 83a8bd83e0cb859d66288dc8eb273682488a2490..7ce2bf4ec1fd7e52ec36bd576a2cad7652ce188f 100644
--- a/content/public/browser/worker_service.h
+++ b/content/public/browser/worker_service.h
@@ -26,9 +26,6 @@ class WorkerService {
// Returns the WorkerService singleton.
CONTENT_EXPORT static WorkerService* GetInstance();
- // Determines whether embedded SharedWorker is enabled.
- CONTENT_EXPORT static bool EmbeddedSharedWorkerEnabled();
-
// Terminates the given worker. Returns true if the process was found.
virtual bool TerminateWorker(int process_id, int route_id) = 0;
« no previous file with comments | « content/public/browser/resource_request_details.cc ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine