| 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;
|
| }
|
|
|