summaryrefslogtreecommitdiffstats
path: root/content/public/browser/worker_service.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/public/browser/worker_service.h')
-rw-r--r--content/public/browser/worker_service.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/content/public/browser/worker_service.h b/content/public/browser/worker_service.h
index 83a8bd8..7ce2bf4 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;