| Index: ash/system/tray/system_tray_bubble.cc
|
| diff --git a/ash/system/tray/system_tray_bubble.cc b/ash/system/tray/system_tray_bubble.cc
|
| index 89f3ea3600ca2a8bcdb7a88b07d4f9ffab414ca8..b721f4bdddc0760de1a016eb9a791c0d9e00fb83 100644
|
| --- a/ash/system/tray/system_tray_bubble.cc
|
| +++ b/ash/system/tray/system_tray_bubble.cc
|
| @@ -319,12 +319,10 @@ void SystemTrayBubble::BubbleViewDestroyed() {
|
|
|
| void SystemTrayBubble::OnMouseEnteredView() {
|
| StopAutoCloseTimer();
|
| - tray_->UpdateShouldShowLauncher();
|
| }
|
|
|
| void SystemTrayBubble::OnMouseExitedView() {
|
| RestartAutoCloseTimer();
|
| - tray_->UpdateShouldShowLauncher();
|
| }
|
|
|
| void SystemTrayBubble::OnClickedOutsideView() {
|
|
|