Chromium Code Reviews| Index: chrome/common/extensions/feature_switch.cc |
| =================================================================== |
| --- chrome/common/extensions/feature_switch.cc (revision 163364) |
| +++ chrome/common/extensions/feature_switch.cc (working copy) |
| @@ -33,7 +33,7 @@ |
| FeatureSwitch::DEFAULT_DISABLED), |
| sideload_wipeout( |
| switches::kSideloadWipeout, |
| - FeatureSwitch::DEFAULT_DISABLED), |
| + FeatureSwitch::DEFAULT_ENABLED), |
|
Aaron Boodman
2012/10/23 15:20:20
Leave this disabled for now. I'd like to test it m
|
| prompt_for_external_extensions( |
| switches::kPromptForExternalExtensions, |
| FeatureSwitch::DEFAULT_ENABLED) |