Chromium Code Reviews| 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..4495db5d77fc39e7526ad4a8849eb545c9dc2963 100644 |
| --- a/ash/system/tray/tray_constants.h |
| +++ b/ash/system/tray/tray_constants.h |
| @@ -63,6 +63,11 @@ extern const int kNotificationButtonWidth; |
| extern const int kTrayNotificationContentsWidth; |
| extern const int kTraySpacing; |
| +extern const int kAlternateTraySpacing; |
| + |
| +// Returns kTraySpacing or kAlternateTraySpacing as applicable |
| +// (Determined by ash::switches::UseAlternateShelfLayout). |
| +int GetTraySpacing(); |
|
Mr4D (OOO till 08-26)
2013/08/06 23:32:19
Thanks for doing this! To make sure that the const
|
| } // namespace ash |