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

Unified Diff: chrome/browser/ui/cocoa/notifications/message_center_tray_bridge.mm

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/cocoa/notifications/message_center_tray_bridge.mm
diff --git a/chrome/browser/ui/cocoa/notifications/message_center_tray_bridge.mm b/chrome/browser/ui/cocoa/notifications/message_center_tray_bridge.mm
index adca08e36630303f6bb80600909e321c4794e268..25595e7ee62b08f7e9df0dcbdc9b69531bc727d3 100644
--- a/chrome/browser/ui/cocoa/notifications/message_center_tray_bridge.mm
+++ b/chrome/browser/ui/cocoa/notifications/message_center_tray_bridge.mm
@@ -57,11 +57,6 @@ void MessageCenterTrayBridge::HidePopups() {
popup_collection_.reset();
}
-void MessageCenterTrayBridge::UpdatePopups() {
- // Nothing to do since the popup collection observes the MessageCenter
- // directly.
-}
-
bool MessageCenterTrayBridge::ShowMessageCenter() {
if (tray_controller_)
return false;

Powered by Google App Engine
This is Rietveld 408576698