| 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..70d36458288b2b80a8cc479cf18889f081e732d2 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -90,15 +90,12 @@ 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
|
| -// system menu (i.e., the vertical line used to separate elements horizontally).
|
| -extern const SkColor kHorizontalSeparatorColor;
|
| -extern const int kHorizontalSeparatorHeight;
|
| +// The color of the separators used in the system menu.
|
| +extern const SkColor kMenuSeparatorColor;
|
|
|
| // The size and foreground color of the icons appearing in the material design
|
| // system tray.
|
|
|