Index: ui/message_center/cocoa/notification_controller.h |
diff --git a/ui/message_center/cocoa/notification_controller.h b/ui/message_center/cocoa/notification_controller.h |
index 61a5e2f06665f5609cd35e1741ac9c2d663519bf..2fc445be460e9787647a7f8dd270fbbf60ecff22 100644 |
--- a/ui/message_center/cocoa/notification_controller.h |
+++ b/ui/message_center/cocoa/notification_controller.h |
@@ -70,6 +70,10 @@ MESSAGE_CENTER_EXPORT |
// the new model object. Returns the updated frame of the notification. |
- (NSRect)updateNotification:(const message_center::Notification*)notification; |
+// Decides if the notification origin should be used as context message |
+- (bool)useOriginAsContextMessage: |
Nico
2015/08/19 17:58:11
https://developer.apple.com/library/ios/documentat
Miguel Garcia
2015/08/19 19:52:46
Acknowledged.
|
+ (const message_center::Notification*)notification; |
+ |
// Action for clicking on the notification's |closeButton_|. |
- (void)close:(id)sender; |