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

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

Issue 11419312: Temporarily disabling the sideload wipeout and sideload warning ui. (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 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)
« 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