| Index: ash/common/system/chromeos/screen_security/screen_tray_item.cc
|
| diff --git a/ash/common/system/chromeos/screen_security/screen_tray_item.cc b/ash/common/system/chromeos/screen_security/screen_tray_item.cc
|
| index 4f5f73cb9ce12d2738199a24c485b359ad45ebef..393b446d2176aa228f832ec923425030e1926188 100644
|
| --- a/ash/common/system/chromeos/screen_security/screen_tray_item.cc
|
| +++ b/ash/common/system/chromeos/screen_security/screen_tray_item.cc
|
| @@ -106,8 +106,6 @@ void ScreenStatusView::CreateItems() {
|
| }
|
|
|
| void ScreenStatusView::UpdateFromScreenTrayItem() {
|
| - // Hide the notification bubble when the ash tray bubble opens.
|
| - screen_tray_item_->HideNotificationView();
|
| SetVisible(screen_tray_item_->is_started());
|
| }
|
|
|
|
|