| Index: ui/message_center/views/message_popup_collection.h
|
| diff --git a/ui/message_center/views/message_popup_collection.h b/ui/message_center/views/message_popup_collection.h
|
| index 5aee25c829e4475ecf8a5a439dda20f714e4c71c..1ae2e8f641b85e15a3393be340ca94e0152363e3 100644
|
| --- a/ui/message_center/views/message_popup_collection.h
|
| +++ b/ui/message_center/views/message_popup_collection.h
|
| @@ -82,10 +82,6 @@ class MESSAGE_CENTER_EXPORT MessagePopupCollection
|
| virtual void ClickOnNotificationButton(const std::string& notification_id,
|
| int button_index) OVERRIDE;
|
| virtual void ExpandNotification(const std::string& notification_id) OVERRIDE;
|
| - virtual void GroupBodyClicked(const std::string& last_notification_id)
|
| - OVERRIDE;
|
| - virtual void ExpandGroup(const NotifierId& notifier_id) OVERRIDE;
|
| - virtual void RemoveGroup(const NotifierId& notifier_id) OVERRIDE;
|
|
|
| void MarkAllPopupsShown();
|
|
|
|
|