| Index: ash/common/system/tray/tray_constants.cc
|
| diff --git a/ash/common/system/tray/tray_constants.cc b/ash/common/system/tray/tray_constants.cc
|
| index 2cfd4cdb1d18728aa98f6c6d6c1ebca113dc40b0..5b4cc864cc899cebc6a4fa7e174af778bdcfc612 100644
|
| --- a/ash/common/system/tray/tray_constants.cc
|
| +++ b/ash/common/system/tray/tray_constants.cc
|
| @@ -43,6 +43,7 @@ const int kTrayPopupAutoCloseDelayInSeconds = 2;
|
| const int kTrayPopupAutoCloseDelayForTextInSeconds = 5;
|
| const int kTrayPopupPaddingHorizontal = 18;
|
| const int kTrayPopupPaddingBetweenItems = 10;
|
| +const int kTrayPopupButtonEndMargin = 10;
|
| const int kTrayPopupTextSpacingVertical = 4;
|
| const int kTrayPopupUserCardVerticalPadding = 10;
|
| const int kTrayPopupSliderPaddingMD = 16;
|
|
|