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

Unified Diff: chrome/browser/about_flags.cc

Issue 16900002: Added flag for alternate launcher settings (remaining changes to come). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 6 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
« chrome/app/generated_resources.grd ('K') | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index 834073d9bebb9d6d4f70b67fcb8cb5b73b067f8a..4d59c918519b09744bdc1a298fe92ccc7eeb1bc8 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -906,6 +906,13 @@ const Experiment kExperiments[] = {
},
#if defined(OS_CHROMEOS)
{
+ "ash-use-alt-shelf",
+ IDS_FLAGS_ALTERNATE_SHELF_LAYOUT_NAME,
+ IDS_FLAGS_ALTERNATE_SHELF_LAYOUT_DESCRIPTION,
+ kOsCrOS,
+ SINGLE_VALUE_TYPE(ash::switches::kAshUseAlternateShelfLayout)
+ },
+ {
"enable-background-loader",
IDS_ENABLE_BACKLOADER_NAME,
IDS_ENABLE_BACKLOADER_DESCRIPTION,
« chrome/app/generated_resources.grd ('K') | « chrome/app/generated_resources.grd ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698