Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4819)

Unified Diff: chrome/common/extensions/feature_switch.cc

Issue 11299344: Turn on Sideload Warning UI (Windows only) to gather more data (leaving Sideload Wipeout off). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698