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

Unified Diff: chrome/browser/about_flags.cc

Issue 22793011: ash:Shelf - Enable Alternate Shelf and Side Shelf by default. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: missed rm #include Created 7 years, 4 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/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 54bacce32b684b174b6c0ac05dce9dc15b0d8b28..60c225177bc93a915c0f1cb9e2ceddeba9d02db7 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -915,7 +915,8 @@ const Experiment kExperiments[] = {
IDS_FLAGS_ALTERNATE_SHELF_LAYOUT_NAME,
IDS_FLAGS_ALTERNATE_SHELF_LAYOUT_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(ash::switches::kAshUseAlternateShelfLayout)
+ ENABLE_DISABLE_VALUE_TYPE(ash::switches::kAshUseAlternateShelfLayout,
+ ash::switches::kAshDisableAlternateShelfLayout)
},
{
"ash-enable-drag-off-shelf",

Powered by Google App Engine
This is Rietveld 408576698