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

Unified Diff: ui/message_center/views/message_center_controller.h

Issue 117513006: Remove experimental code fro grouping notifications from the same source. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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/views/group_view.cc ('k') | ui/message_center/views/message_center_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/message_center_controller.h
diff --git a/ui/message_center/views/message_center_controller.h b/ui/message_center/views/message_center_controller.h
index 96b76f0d287b4db4b69968a319ed41008f0548a9..b770f467b4ae0aef119c224036a2be38f4a54e71 100644
--- a/ui/message_center/views/message_center_controller.h
+++ b/ui/message_center/views/message_center_controller.h
@@ -30,9 +30,6 @@ class MessageCenterController {
virtual void ClickOnNotificationButton(const std::string& notification_id,
int button_index) = 0;
virtual void ExpandNotification(const std::string& notification_id) = 0;
- virtual void GroupBodyClicked(const std::string& last_notification_id) = 0;
- virtual void ExpandGroup(const NotifierId& notifier_id) = 0;
- virtual void RemoveGroup(const NotifierId& notifier_id) = 0;
};
} // namespace message_center
« no previous file with comments | « ui/message_center/views/group_view.cc ('k') | ui/message_center/views/message_center_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698