| 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 8b035896754adf6c52128bfd07b79e8c2b3b4289..7219d2a8aa3031121501249b2dddd29a9dc2bbd5 100644
|
| --- a/ash/common/system/tray/tray_constants.h
|
| +++ b/ash/common/system/tray/tray_constants.h
|
| @@ -34,6 +34,10 @@ extern const int kTrayLabelItemVerticalPaddingVerticalAlignment;
|
| extern const int kTrayMenuBottomRowPadding;
|
| extern const int kTrayMenuBottomRowPaddingBetweenItems;
|
|
|
| +// The minimum width of the tray menu.
|
| +extern const int kTrayMenuMinimumWidth;
|
| +extern const int kTrayMenuMinimumWidthMd;
|
| +
|
| extern const int kTrayPopupAutoCloseDelayInSeconds;
|
| extern const int kTrayPopupAutoCloseDelayForTextInSeconds;
|
| extern const int kTrayPopupPaddingHorizontal;
|
|
|