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

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

Issue 2706403013: Remove non-MD code from StatusAreaWidgetDelegate (Closed)
Patch Set: Rebased 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/status_area_widget_delegate.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 e457f1dfd1ab1b17558e13fc4dac8b7a6c7f3213..ab4881793032d348181334310a29fdc95577ec36 100644
--- a/ash/common/system/tray/tray_constants.h
+++ b/ash/common/system/tray/tray_constants.h
@@ -138,14 +138,10 @@ extern const int kTrayPopupInkDropCornerRadius;
// The height of the system info row.
extern const int kTrayPopupSystemInfoRowHeight;
-enum TrayConstant {
- // A legacy height value used in non-MD calculations for applying additional
- // borders on tray items.
- TRAY_ITEM_HEIGHT_LEGACY,
-
- // Padding between the edge of shelf and the item in status tray area.
- TRAY_PADDING_FROM_EDGE_OF_SHELF,
+// Padding between the edge of shelf and the item in status tray area.
+extern const int kTrayPaddingFromEdgeOfShelf;
+enum TrayConstant {
// The minimum height of the rows in the system tray menu.
TRAY_POPUP_ITEM_MIN_HEIGHT,
« no previous file with comments | « ash/common/system/status_area_widget_delegate.cc ('k') | ash/common/system/tray/tray_constants.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698