| Index: chrome/common/extensions/feature_switch.cc
|
| ===================================================================
|
| --- chrome/common/extensions/feature_switch.cc (revision 170751)
|
| +++ chrome/common/extensions/feature_switch.cc (working copy)
|
| @@ -38,18 +38,10 @@
|
| #endif
|
| sideload_wipeout(
|
| switches::kSideloadWipeout,
|
| -#if defined(OS_WIN)
|
| - FeatureSwitch::DEFAULT_ENABLED),
|
| -#else
|
| FeatureSwitch::DEFAULT_DISABLED),
|
| -#endif
|
| prompt_for_external_extensions(
|
| switches::kPromptForExternalExtensions,
|
| -#if defined(OS_WIN)
|
| - FeatureSwitch::DEFAULT_ENABLED),
|
| -#else
|
| FeatureSwitch::DEFAULT_DISABLED),
|
| -#endif
|
| tab_capture(
|
| switches::kTabCapture,
|
| FeatureSwitch::DEFAULT_ENABLED)
|
|
|