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

Unified Diff: ui/message_center/cocoa/popup_controller.h

Issue 14598015: [Mac][MC] Implement notification updates and relayouts. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Review comments Created 7 years, 8 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/cocoa/popup_collection_unittest.mm ('k') | ui/message_center/cocoa/popup_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/cocoa/popup_controller.h
diff --git a/ui/message_center/cocoa/popup_controller.h b/ui/message_center/cocoa/popup_controller.h
index 54aaaa6f5f0bcdef98d87dbadb55596e39283085..057756730591d6737ecbd88ef7da127f8efe321d 100644
--- a/ui/message_center/cocoa/popup_controller.h
+++ b/ui/message_center/cocoa/popup_controller.h
@@ -32,7 +32,10 @@ MESSAGE_CENTER_EXPORT
- (id)initWithNotification:(const message_center::Notification*)notification
messageCenter:(message_center::MessageCenter*)messageCenter;
-// Accessor for the notification.
+// Accessor for the view controller.
+- (MCNotificationController*)notificationController;
+
+// Accessor for the notification model object.
- (const message_center::Notification*)notification;
// Gets the notification ID. This string is owned by the NotificationController
« no previous file with comments | « ui/message_center/cocoa/popup_collection_unittest.mm ('k') | ui/message_center/cocoa/popup_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698