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

Unified Diff: ash/common/ash_switches.cc

Issue 2679133003: [ash-md] Wired in the Shelf color to be derived from the Wallpaper. (Closed)
Patch Set: Addressed nits. Created 3 years, 10 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
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/common/shelf/app_list_button.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/ash_switches.cc
diff --git a/ash/common/ash_switches.cc b/ash/common/ash_switches.cc
index e4cd626553809e5d6331b12fed60830e16216694..757a4a56ea6bec939b8a38012b2ce65d714a150f 100644
--- a/ash/common/ash_switches.cc
+++ b/ash/common/ash_switches.cc
@@ -76,6 +76,15 @@ const char kAshForceEnablePalette[] = "ash-force-enable-palette";
const char kAshHideNotificationsForFactory[] =
"ash-hide-notifications-for-factory";
+// Enables the shelf color to be derived from the wallpaper.
+const char kAshShelfColor[] = "ash-shelf-color";
+const char kAshShelfColorLightMuted[] = "light_muted";
+const char kAshShelfColorLightVibrant[] = "light_vibrant";
+const char kAshShelfColorNormalMuted[] = "normal_muted";
+const char kAshShelfColorNormalVibrant[] = "normal_vibrant";
+const char kAshShelfColorDarkMuted[] = "dark_muted";
+const char kAshShelfColorDarkVibrant[] = "dark_vibrant";
+
// Enables the heads-up display for tracking touch points.
const char kAshTouchHud[] = "ash-touch-hud";
« no previous file with comments | « ash/common/ash_switches.h ('k') | ash/common/shelf/app_list_button.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698