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

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

Issue 2343603003: [Chrome OS MD] Implement accessibility detailed view for the MD Ash system menu (Closed)
Patch Set: address comments Created 4 years, 3 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 b9d3a32af79e21e088847e920ffa694aa524518a..8a31f47c084d01aa946983dfc1f0cb5e6296fec3 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -97,6 +97,12 @@ extern const SkColor kTrayIconColor;
extern const int kMenuIconSize;
extern const SkColor kMenuIconColor;
+// The margin between the menu and the icon in system menu.
tdanderson 2016/09/19 23:32:27 I would suggest wording as "The margin between the
yiyix 2016/09/21 17:10:48 Done.
+extern const int kMenuIconMargin;
+
+// The space reserved to display menu icons in detailed view page.
tdanderson 2016/09/19 23:32:27 Suggested wording: "The size of buttons in the sys
yiyix 2016/09/21 17:10:47 Done.
+extern const int kMenuButtonSize;
+
enum TrayConstant {
// A legacy height value used in non-MD calculations for applying additional
// borders on tray items.

Powered by Google App Engine
This is Rietveld 408576698