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

Unified Diff: chrome/browser/ui/views/message_center/web_notification_tray.cc

Issue 18247002: Remove the most obvious dead code from message center. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move MessageCenterButtonBar into cc file to hide implementation. Created 7 years, 5 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: chrome/browser/ui/views/message_center/web_notification_tray.cc
diff --git a/chrome/browser/ui/views/message_center/web_notification_tray.cc b/chrome/browser/ui/views/message_center/web_notification_tray.cc
index d8ae5951ad8cf9cc5d604ef1a670b75ce78337e4..f8de34f6ce28ba44d19c62e3f433786ca750d96f 100644
--- a/chrome/browser/ui/views/message_center/web_notification_tray.cc
+++ b/chrome/browser/ui/views/message_center/web_notification_tray.cc
@@ -198,13 +198,6 @@ void WebNotificationTray::HideMessageCenter() {
message_center_bubble_.reset();
}
-void WebNotificationTray::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).
-};
-
bool WebNotificationTray::ShowNotifierSettings() {
if (message_center_bubble_) {
static_cast<MessageCenterBubble*>(
« no previous file with comments | « chrome/browser/ui/views/message_center/web_notification_tray.h ('k') | ui/message_center/message_center.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698