| Index: ash/common/system/tray/tray_constants.h
|
| diff --git a/ash/common/system/tray/tray_constants.h b/ash/common/system/tray/tray_constants.h
|
| index f00b7f94627a41a876b837eff7417167983abc1f..5cd43927f3db993443a28b741278b0239cd2d822 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -38,6 +38,8 @@ extern const int kTrayPopupAutoCloseDelayInSeconds;
|
| extern const int kTrayPopupAutoCloseDelayForTextInSeconds;
|
| extern const int kTrayPopupPaddingHorizontal;
|
| extern const int kTrayPopupPaddingBetweenItems;
|
| +extern const int kTrayPopupButtonEndMargin;
|
| +extern const int kTrayPopupTextSpacingVertical;
|
| extern const int kTrayPopupUserCardVerticalPadding;
|
|
|
| // The padding used on the left and right of labels. This applies to all labels
|
|
|