Index: content/public/common/content_switches.cc |
diff --git a/content/public/common/content_switches.cc b/content/public/common/content_switches.cc |
index 247f10ea0a4db240467235e4803f92ee1df0a10c..a9a00b5dda6abcb778cdb87520ccf8f84b49026d 100644 |
--- a/content/public/common/content_switches.cc |
+++ b/content/public/common/content_switches.cc |
@@ -492,10 +492,6 @@ const char kEnableStatsTable[] = "enable-stats-table"; |
// cookies on cross-site requests. |
const char kEnableStrictSiteIsolation[] = "enable-strict-site-isolation"; |
-// Enable support for ServiceWorker. See |
-// https://github.com/slightlyoff/ServiceWorker for more information. |
-const char kEnableServiceWorker[] = "enable-service-worker"; |
- |
// Enable support for sync events in ServiceWorkers. |
const char kEnableServiceWorkerSync[] = "enable-service-worker-sync"; |