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

Unified Diff: ui/message_center/message_center_tray_delegate.h

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
« no previous file with comments | « ui/message_center/message_center_tray.cc ('k') | ui/message_center/message_center_tray_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/message_center_tray_delegate.h
diff --git a/ui/message_center/message_center_tray_delegate.h b/ui/message_center/message_center_tray_delegate.h
index 3ef35abfa592986ede670859f7546d498a249be2..85b24696e76d3dc7cbcc45a88264c262490ccad2 100644
--- a/ui/message_center/message_center_tray_delegate.h
+++ b/ui/message_center/message_center_tray_delegate.h
@@ -25,10 +25,6 @@ class MESSAGE_CENTER_EXPORT MessageCenterTrayDelegate {
// Remove the popup bubbles from the UI.
virtual void HidePopups() = 0;
- // Called when a change to the message center could cause a change to popups
- // that are currently being displayed.
- virtual void UpdatePopups() = 0;
-
// Display the message center containing all undismissed notifications to the
// user. Returns true if the center was actually displayed to the user.
virtual bool ShowMessageCenter() = 0;
« no previous file with comments | « ui/message_center/message_center_tray.cc ('k') | ui/message_center/message_center_tray_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698