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

Unified Diff: extensions/common/manifest_handlers/background_info.cc

Issue 339973003: Remove --enable-service-worker flag (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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 | « extensions/common/manifest_constants.cc ('k') | tools/perf/benchmarks/service_worker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/common/manifest_handlers/background_info.cc
diff --git a/extensions/common/manifest_handlers/background_info.cc b/extensions/common/manifest_handlers/background_info.cc
index 80e7af85d45f99d4faf33ee67418b04b8777b34f..a5583d7594816b00cc9fa27b488fbc12083d02a3 100644
--- a/extensions/common/manifest_handlers/background_info.cc
+++ b/extensions/common/manifest_handlers/background_info.cc
@@ -140,7 +140,7 @@ bool BackgroundInfo::LoadServiceWorkerScript(const Extension* extension,
return true;
if (!CommandLine::ForCurrentProcess()->HasSwitch(
- ::switches::kEnableServiceWorker)) {
+ ::switches::kEnableExperimentalWebPlatformFeatures)) {
*error = ASCIIToUTF16(errors::kServiceWorkerRequiresFlag);
return false;
}
« no previous file with comments | « extensions/common/manifest_constants.cc ('k') | tools/perf/benchmarks/service_worker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698