| 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 5aa1e335d6a6fc8839eabb15716f146ab083957d..61847aceefb6841172c26995b0332caadab20522 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -62,6 +62,10 @@ extern const int kTrayRoundedBorderRadius;
|
| // The padding used on the left and right of labels.
|
| extern const int kTrayPopupLabelHorizontalPadding;
|
|
|
| +// The padding used around ToggleButtons.
|
| +extern const int kTrayToggleButtonHorizontalPadding;
|
| +extern const int kTrayToggleButtonVerticalPadding;
|
| +
|
| extern const SkColor kBackgroundColor;
|
| extern const SkColor kHoverBackgroundColor;
|
| extern const SkColor kPublicAccountBackgroundColor;
|
|
|