| 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 0ed8c6319dbce99ef1726bbe4a15162a41454693..036f6a4b7f352be738435679bd312f68fb467dec 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -24,9 +24,7 @@ extern const int kBubblePaddingVerticalSide;
|
|
|
| extern const int kTrayBubbleAnchorTopInsetBottomAnchor;
|
|
|
| -extern const int kTrayImageItemHorizontalPaddingBottomAlignment;
|
| extern const int kTrayImageItemHorizontalPaddingVerticalAlignment;
|
| -extern const int kTrayImageItemVerticalPaddingVerticalAlignment;
|
|
|
| ASH_EXPORT extern const int kTrayItemSize;
|
|
|
| @@ -119,6 +117,9 @@ enum TrayConstant {
|
|
|
| // The icon size of opt-in IME menu tray.
|
| TRAY_IME_MENU_ICON,
|
| +
|
| + // Extra padding used beside a single icon in the tray area of the shelf.
|
| + TRAY_IMAGE_ITEM_PADDING,
|
| };
|
|
|
| int GetTrayConstant(TrayConstant constant);
|
|
|