| 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 b9d3a32af79e21e088847e920ffa694aa524518a..241e1a0933bb4b21ba3d13894713b5757831ae0d 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -28,10 +28,6 @@ extern const int kTrayImageItemHorizontalPaddingBottomAlignment;
|
| extern const int kTrayImageItemHorizontalPaddingVerticalAlignment;
|
| extern const int kTrayImageItemVerticalPaddingVerticalAlignment;
|
|
|
| -extern const int kTrayImeIconSize;
|
| -extern const int kTrayImeBottomRowPadding;
|
| -extern const int kTrayImeBottomRowPaddingBetweenItems;
|
| -
|
| ASH_EXPORT extern const int kTrayItemSize;
|
|
|
| extern const int kTrayLabelItemHorizontalPaddingBottomAlignment;
|
| @@ -116,6 +112,9 @@ enum TrayConstant {
|
| // the shelf orientation, so this constant does not specify the true
|
| // user-visible button bounds.
|
| VIRTUAL_KEYBOARD_BUTTON_SIZE,
|
| +
|
| + // The icon size of opt-in IME menu tray.
|
| + TRAY_IME_MENU_ICON,
|
| };
|
|
|
| int GetTrayConstant(TrayConstant constant);
|
|
|