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

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

Issue 2675983003: views::Separator cleanup. (Closed)
Patch Set: 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
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.

Powered by Google App Engine
This is Rietveld 408576698