diff options
Diffstat (limited to 'ui/message_center/views/message_view.h')
-rw-r--r-- | ui/message_center/views/message_view.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/message_center/views/message_view.h b/ui/message_center/views/message_view.h index 967047a..04f4d97 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(); |