| 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..48697bdcdd6fdef6e348e95cc67cfd6444c65821 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -90,15 +90,13 @@ extern const int kTrayNotificationContentsWidth;
|
| // Extra padding used to adjust hitting region around tray items.
|
| extern const int kHitRegionPadding;
|
|
|
| -// Color and width of a line used to separate tray items in the shelf and
|
| -// system menu.
|
| -extern const SkColor kSeparatorColor;
|
| +// Color and width of a line used to separate tray items in the shelf.
|
| +extern const SkColor kTraySeparatorColor;
|
| ASH_EXPORT extern const int kSeparatorWidth;
|
|
|
| -// The color and height of the horizontal separator used in the material design
|
| +// The color and height of the vertical separator used in the material design
|
| // system menu (i.e., the vertical line used to separate elements horizontally).
|
| -extern const SkColor kHorizontalSeparatorColor;
|
| -extern const int kHorizontalSeparatorHeight;
|
| +extern const SkColor kMenuSeparatorColor;
|
|
|
| // The size and foreground color of the icons appearing in the material design
|
| // system tray.
|
|
|