Index: ash/system/tray/tray_constants.h |
diff --git a/ash/system/tray/tray_constants.h b/ash/system/tray/tray_constants.h |
index 3f0dd5164aebd3056c59827df04245be5f387c90..08ca2e3dd02f18192e15a806c2e77b8407ff7e16 100644 |
--- a/ash/system/tray/tray_constants.h |
+++ b/ash/system/tray/tray_constants.h |
@@ -10,8 +10,11 @@ typedef unsigned int SkColor; |
namespace ash { |
-extern const int kPaddingFromRightEdgeOfScreen; |
-extern const int kPaddingFromBottomOfScreen; |
+extern const int kPaddingFromRightEdgeOfScreenBottomAlignment; |
+extern const int kPaddingFromBottomOfScreenBottomAlignment; |
+extern const int kPaddingFromLeftEdgeOfScreenLeftAlignment; |
+extern const int kPaddingFromRightEdgeOfScreenRightAlignment; |
+extern const int kPaddingFromBottomOfScreenVerticalAlignment; |
extern const int kTrayPopupAutoCloseDelayInSeconds; |
extern const int kTrayPopupAutoCloseDelayForTextInSeconds; |