| 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 cb725a9d4b6603c4ed781c986ee97dd0e596ddcb..e84f0bc8a41840228a6a17aea0b50a1cf732ffe7 100644
|
| --- a/ash/common/system/tray/system_tray.cc
|
| +++ b/ash/common/system/tray/system_tray.cc
|
| @@ -584,8 +584,6 @@ void SystemTray::ShowItems(const std::vector<SystemTrayItem*>& items,
|
|
|
| TrayBubbleView::InitParams init_params(GetAnchorAlignment(), menu_width,
|
| kTrayPopupMaxWidth);
|
| - // TODO(oshima): Change TrayBubbleView itself.
|
| - init_params.can_activate = false;
|
| if (detailed) {
|
| // This is the case where a volume control or brightness control bubble
|
| // is created.
|
|
|