| Index: ash/system/tray/system_tray.cc
|
| diff --git a/ash/system/tray/system_tray.cc b/ash/system/tray/system_tray.cc
|
| index 192062c9a0e8ea064d75a1203b8b5aa088cc79d5..d45b9bd572132fc794946079394eb54c53bfc888 100644
|
| --- a/ash/system/tray/system_tray.cc
|
| +++ b/ash/system/tray/system_tray.cc
|
| @@ -348,7 +348,7 @@ void SystemTray::ShowItems(std::vector<SystemTrayItem*>& items, bool detailed) {
|
|
|
| bool SystemTray::OnMousePressed(const views::MouseEvent& event) {
|
| if (popup_)
|
| - popup_->Show();
|
| + popup_->Hide();
|
| else
|
| ShowItems(items_, false);
|
| return true;
|
|
|