| 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 6b072a580477cc59cfd2b8dd4abaabd91bf06ecf..afb21ab6feda40208226afc648febdbca73b225b 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -59,6 +59,9 @@ extern const SkColor kTrayPopupHoverBackgroundColor;
|
| extern const int kTrayPopupScrollSeparatorHeight;
|
| extern const int kTrayRoundedBorderRadius;
|
|
|
| +// The width of ToggleButton views including any border padding.
|
| +extern const int kTrayToggleButtonWidth;
|
| +
|
| extern const SkColor kBackgroundColor;
|
| extern const SkColor kHoverBackgroundColor;
|
| extern const SkColor kPublicAccountBackgroundColor;
|
|
|