Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(870)

Unified Diff: ash/common/system/chromeos/screen_security/screen_tray_item.cc

Issue 2583393002: Send notification to users upon receiving sms messages (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();
tdanderson 2017/01/26 22:19:07 I'm a bit confused about what this line of code wa
yiyix 2017/02/02 20:43:56 I am not sure what does this line do here. Hide No
tdanderson 2017/02/07 00:15:45 Agreed.
SetVisible(screen_tray_item_->is_started());
}

Powered by Google App Engine
This is Rietveld 408576698