Index: ash/system/tray/tray_constants.h |
diff --git a/ash/system/tray/tray_constants.h b/ash/system/tray/tray_constants.h |
index 2b0f5aee01a3b672775ca262b89513a05da60ae4..480d5d54a3534d58635971ba40b64dc2aaeabac5 100644 |
--- a/ash/system/tray/tray_constants.h |
+++ b/ash/system/tray/tray_constants.h |
@@ -62,7 +62,9 @@ extern const int kNotificationIconWidth; |
extern const int kNotificationButtonWidth; |
extern const int kTrayNotificationContentsWidth; |
-extern const int kTraySpacing; |
+// Returns kTraySpacing or kAlternateTraySpacing as applicable |
+// (Determined by ash::switches::UseAlternateShelfLayout). |
+int GetTraySpacing(); |
} // namespace ash |