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 35225050ff51de05ad97c20d7c324d02c4a376b9..cdabf3c3dbddb5e0b8d1e1c1835793067fa909b5 100644 |
--- a/ash/common/system/tray/tray_constants.h |
+++ b/ash/common/system/tray/tray_constants.h |
@@ -84,6 +84,9 @@ extern const int kSeparatorWidth; |
extern const SkColor kHorizontalSeparatorColor; |
extern const int kHorizontalSeparatorHeight; |
+// View ID that is used to mark sticky header rows in a scroll view. |
+extern const int kHeaderRowId; |
+ |
// The size and foreground color of the icons appearing in the material design |
// system tray. |
extern const int kTrayIconSize; |