| 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";
|
|
|
|
|