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) |
| @@ -31,6 +31,7 @@ |
| script_bubble( |
| switches::kScriptBubble, |
| FeatureSwitch::DEFAULT_DISABLED), |
| + // TODO(finnur): When enabling this, only enable for OS_WIN. |
| sideload_wipeout( |
| switches::kSideloadWipeout, |
| FeatureSwitch::DEFAULT_DISABLED), |