Index: ui/message_center/views/message_popup_collection.cc |
diff --git a/ui/message_center/views/message_popup_collection.cc b/ui/message_center/views/message_popup_collection.cc |
index f7134c4c68d3114e349d2f1d2d4549bb21ce989d..6615d3aa229e2ed4f59730a6d8bab215cf5cc4e2 100644 |
--- a/ui/message_center/views/message_popup_collection.cc |
+++ b/ui/message_center/views/message_popup_collection.cc |
@@ -140,24 +140,6 @@ void MessagePopupCollection::ExpandNotification( |
message_center_->ExpandNotification(notification_id); |
} |
-void MessagePopupCollection::GroupBodyClicked( |
- const std::string& last_notification_id) { |
- // No group views in popup collection. |
- NOTREACHED(); |
-} |
- |
-// When clicked on the "N more" button, perform some reasonable action. |
-// TODO(dimich): find out what the reasonable action could be. |
-void MessagePopupCollection::ExpandGroup(const NotifierId& notifier_id) { |
- // No group views in popup collection. |
- NOTREACHED(); |
-} |
- |
-void MessagePopupCollection::RemoveGroup(const NotifierId& notifier_id) { |
- // No group views in popup collection. |
- NOTREACHED(); |
-} |
- |
void MessagePopupCollection::MarkAllPopupsShown() { |
std::set<std::string> closed_ids = CloseAllWidgets(); |
for (std::set<std::string>::iterator iter = closed_ids.begin(); |