| Index: chrome/common/extensions/feature_switch.cc
|
| ===================================================================
|
| --- chrome/common/extensions/feature_switch.cc (revision 171005)
|
| +++ chrome/common/extensions/feature_switch.cc (working copy)
|
| @@ -41,7 +41,11 @@
|
| FeatureSwitch::DEFAULT_DISABLED),
|
| 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)
|
|
|