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

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

Issue 11232060: Make sure sideload wipeout doesn't interfere with the tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 months 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
Index: chrome/common/extensions/feature_switch.cc
===================================================================
--- chrome/common/extensions/feature_switch.cc (revision 163364)
+++ chrome/common/extensions/feature_switch.cc (working copy)
@@ -33,7 +33,7 @@
FeatureSwitch::DEFAULT_DISABLED),
sideload_wipeout(
switches::kSideloadWipeout,
- FeatureSwitch::DEFAULT_DISABLED),
+ FeatureSwitch::DEFAULT_ENABLED),
Aaron Boodman 2012/10/23 15:20:20 Leave this disabled for now. I'd like to test it m
prompt_for_external_extensions(
switches::kPromptForExternalExtensions,
FeatureSwitch::DEFAULT_ENABLED)

Powered by Google App Engine
This is Rietveld 408576698