| Index: chrome/common/extensions/extension_switch_utils.cc
|
| diff --git a/chrome/common/extensions/extension_switch_utils.cc b/chrome/common/extensions/extension_switch_utils.cc
|
| index 7f4dcf6964e787935f0a62a5f19c6bb9e5768c5b..e5f43a31aca7f770c174dfa14311b0daa3315417 100644
|
| --- a/chrome/common/extensions/extension_switch_utils.cc
|
| +++ b/chrome/common/extensions/extension_switch_utils.cc
|
| @@ -17,8 +17,8 @@ bool IsOffStoreInstallEnabled() {
|
| #if defined(USE_AURA)
|
| return true;
|
| #else
|
| - return !CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kDisableOffStoreExtensionInstall);
|
| + return CommandLine::ForCurrentProcess()->HasSwitch(
|
| + switches::kEnableOffStoreExtensionInstall);
|
| #endif
|
| }
|
|
|
|
|