| Index: ash/common/system/tray/tray_constants.h
|
| diff --git a/ash/common/system/tray/tray_constants.h b/ash/common/system/tray/tray_constants.h
|
| index cd1c8e851c36c282c8f1780fca5bcd2f3c831f19..3282ba7f16712b96543fff41f5d0176a87253aa1 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -93,6 +93,7 @@ extern const SkColor kTrayIconColor;
|
| // system menu.
|
| extern const int kMenuIconSize;
|
| extern const SkColor kMenuIconColor;
|
| +extern const SkColor kMenuIconColorDisabled;
|
| // The size of buttons in the system menu.
|
| extern const int kMenuButtonSize;
|
| // The vertical padding for the system menu separator.
|
|
|