Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2734)

Unified Diff: ash/common/system/tray/tray_constants.h

Issue 2675983003: views::Separator cleanup. (Closed)
Patch Set: revert test change Created 3 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/common/system/tray/tray_background_view.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 06c72390418021f544660ca239b7bcf00e01223e..29665ae75e23702d4bb71d3a7e4ff0010d93d574 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -88,15 +88,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.
« no previous file with comments | « ash/common/system/tray/tray_background_view.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698