| Index: ui/message_center/views/message_center_view.h
|
| diff --git a/ui/message_center/views/message_center_view.h b/ui/message_center/views/message_center_view.h
|
| index 60f9d73d8fb9ab0e88abac13ce4ad25377d1b492..aebbc3fbd594090ee196f70aba8ae10f3f57e2d4 100644
|
| --- a/ui/message_center/views/message_center_view.h
|
| +++ b/ui/message_center/views/message_center_view.h
|
| @@ -122,6 +122,7 @@ class MESSAGE_CENTER_EXPORT MessageCenterView
|
| void UpdateButtonBarStatus();
|
| void EnableCloseAllIfAppropriate();
|
| void SetNotificationViewForTest(MessageView* view);
|
| + void UpdateNotification(const std::string& notification_id);
|
|
|
| MessageCenter* message_center_; // Weak reference.
|
| MessageCenterTray* tray_; // Weak reference.
|
|
|