| 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 aa187250d6a889394da90ec8dcbc9450265cec82..06c72390418021f544660ca239b7bcf00e01223e 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -44,7 +44,6 @@ extern const int kTrayPopupPaddingHorizontal;
|
| extern const int kTrayPopupPaddingBetweenItems;
|
| // Used for buttons that have borders.
|
| extern const int kTrayPopupButtonEndMargin;
|
| -extern const int kTrayPopupUserCardVerticalPadding;
|
| // The padding used on the left and right of labels. This applies to all labels
|
| // in the system menu.
|
| extern const int kTrayPopupLabelHorizontalPadding;
|
| @@ -68,7 +67,6 @@ extern const int kTrayToggleButtonWidth;
|
|
|
| extern const SkColor kBackgroundColor;
|
| extern const SkColor kHoverBackgroundColor;
|
| -extern const SkColor kPublicAccountBackgroundColor;
|
| extern const SkColor kPublicAccountUserCardTextColor;
|
| extern const SkColor kPublicAccountUserCardNameColor;
|
|
|
|
|