Index: ui/message_center/views/message_view.h |
diff --git a/ui/message_center/views/message_view.h b/ui/message_center/views/message_view.h |
index 967047a5a5e0a05cc6e563ecbfe649d47f250847..04f4d97a06b9ccd81e7ad19dcb2ed2a550ee867d 100644 |
--- a/ui/message_center/views/message_view.h |
+++ b/ui/message_center/views/message_view.h |
@@ -53,6 +53,9 @@ class MESSAGE_CENTER_EXPORT MessageView : public views::SlideOutView, |
const base::string16& display_source); |
virtual ~MessageView(); |
+ // Updates this view with the new data contained in the notification. |
+ virtual void UpdateWithNotification(const Notification& notification); |
+ |
// Returns the insets for the shadow it will have for rich notification. |
static gfx::Insets GetShadowInsets(); |