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; |