Index: chrome/browser/ui/views/message_center/web_notification_tray_win.cc |
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray_win.cc b/chrome/browser/ui/views/message_center/web_notification_tray_win.cc |
index f6974be6efadcdfc2d2ac61878a043f5f0b7d02d..0db887f058a9cf26ed9f09828e712735ce80b3d6 100644 |
--- a/chrome/browser/ui/views/message_center/web_notification_tray_win.cc |
+++ b/chrome/browser/ui/views/message_center/web_notification_tray_win.cc |
@@ -169,8 +169,10 @@ void WebNotificationTrayWin::UpdateMessageCenter() { |
} |
void WebNotificationTrayWin::UpdatePopups() { |
- if (popup_collection_.get()) |
- popup_collection_->UpdatePopups(); |
+ // |popup_collection_| receives notification add/remove events and updates |
+ // itself, so this method doesn't need to do anything. |
+ // TODO(mukai): remove this method (currently this is used by |
+ // non-rich-notifications in ChromeOS). |
}; |
void WebNotificationTrayWin::OnMessageCenterTrayChanged() { |