| Index: ash/common/system/tray/system_tray.cc
|
| diff --git a/ash/common/system/tray/system_tray.cc b/ash/common/system/tray/system_tray.cc
|
| index 463e6fecdb7025529ba95e2c3854ad5c79a7543d..562b6a5e741ad79715705fdb6d3da4d60a7c0303 100644
|
| --- a/ash/common/system/tray/system_tray.cc
|
| +++ b/ash/common/system/tray/system_tray.cc
|
| @@ -493,7 +493,7 @@ void SystemTray::ShowItems(const std::vector<SystemTrayItem*>& items,
|
| full_system_tray_menu_ = items.size() > 1;
|
|
|
| TrayBubbleView::InitParams init_params(
|
| - GetAnchorAlignment(), kTrayMenuMinimumWidthMd, kTrayPopupMaxWidth);
|
| + GetAnchorAlignment(), kTrayMenuMinimumWidth, kTrayPopupMaxWidth);
|
| // TODO(oshima): Change TrayBubbleView itself.
|
| init_params.can_activate = false;
|
| if (detailed) {
|
|
|