| Index: ash/common/ash_switches.h
|
| diff --git a/ash/common/ash_switches.h b/ash/common/ash_switches.h
|
| index 6295e5e6dbd23a0dd42664e4837f9ead18817252..ea6b432de6f9f831425ed8beadef31b34c0c5b4f 100644
|
| --- a/ash/common/ash_switches.h
|
| +++ b/ash/common/ash_switches.h
|
| @@ -32,6 +32,13 @@ ASH_EXPORT extern const char kAshEnableTouchView[];
|
| ASH_EXPORT extern const char kAshEnableMirroredScreen[];
|
| ASH_EXPORT extern const char kAshForceEnablePalette[];
|
| ASH_EXPORT extern const char kAshHideNotificationsForFactory[];
|
| +ASH_EXPORT extern const char kAshShelfColor[];
|
| +ASH_EXPORT extern const char kAshShelfColorLightMuted[];
|
| +ASH_EXPORT extern const char kAshShelfColorLightVibrant[];
|
| +ASH_EXPORT extern const char kAshShelfColorNormalMuted[];
|
| +ASH_EXPORT extern const char kAshShelfColorNormalVibrant[];
|
| +ASH_EXPORT extern const char kAshShelfColorDarkMuted[];
|
| +ASH_EXPORT extern const char kAshShelfColorDarkVibrant[];
|
| ASH_EXPORT extern const char kAshTouchHud[];
|
| ASH_EXPORT extern const char kAuraLegacyPowerButton[];
|
|
|
|
|