| Index: chrome/common/extensions/extension_switch_utils.cc
|
| ===================================================================
|
| --- chrome/common/extensions/extension_switch_utils.cc (revision 137574)
|
| +++ chrome/common/extensions/extension_switch_utils.cc (working copy)
|
| @@ -17,8 +17,8 @@
|
| #if defined(USE_AURA)
|
| return true;
|
| #else
|
| - return CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableOffStoreExtensionInstall);
|
| + return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kDisableOffStoreExtensionInstall);
|
| #endif
|
| }
|
|
|
|
|