| Index: ash/system/tray/tray_constants.cc
|
| diff --git a/ash/system/tray/tray_constants.cc b/ash/system/tray/tray_constants.cc
|
| index 4a9ddadd4c9afd0ee009df35dcde77ce3d65eff4..faae7c062e6827292c3e29e11ec9abe6e517fa05 100644
|
| --- a/ash/system/tray/tray_constants.cc
|
| +++ b/ash/system/tray/tray_constants.cc
|
| @@ -8,8 +8,11 @@
|
|
|
| namespace ash {
|
|
|
| -const int kPaddingFromRightEdgeOfScreen = 15;
|
| -const int kPaddingFromBottomOfScreen = 10;
|
| +const int kPaddingFromRightEdgeOfScreenBottomAlignment = 15;
|
| +const int kPaddingFromBottomOfScreenBottomAlignment = 10;
|
| +const int kPaddingFromLeftEdgeOfScreenLeftAlignment = 13;
|
| +const int kPaddingFromRightEdgeOfScreenRightAlignment = 2;
|
| +const int kPaddingFromBottomOfScreenVerticalAlignment = 9;
|
|
|
| const int kTrayPopupAutoCloseDelayInSeconds = 2;
|
| const int kTrayPopupAutoCloseDelayForTextInSeconds = 5;
|
|
|