| Index: ui/message_center/message_center.h
|
| diff --git a/ui/message_center/message_center.h b/ui/message_center/message_center.h
|
| index 6ad648afbf45bb93727f9c2eb5a1b6af58faf928..cb2691a984b58f7ffc0957b9f1ab31221af97ee8 100644
|
| --- a/ui/message_center/message_center.h
|
| +++ b/ui/message_center/message_center.h
|
| @@ -125,7 +125,9 @@ class MESSAGE_CENTER_EXPORT MessageCenter {
|
| // This should be called by UI classes when a notification is first displayed
|
| // to the user, in order to decrement the unread_count for the tray, and to
|
| // notify observers that the notification is visible.
|
| - virtual void DisplayedNotification(const std::string& id) = 0;
|
| + virtual void DisplayedNotification(
|
| + const std::string& id,
|
| + const DisplaySource source) = 0;
|
|
|
| // Setter/getter of notifier settings provider. This will be a weak reference.
|
| // This should be set at the initialization process. The getter may return
|
|
|