Upstream version 7.36.149.0
[platform/framework/web/crosswalk.git] / src / ui / message_center / views / toast_contents_view.h
index 456703c..8e80b73 100644 (file)
@@ -50,6 +50,9 @@ class ToastContentsView : public views::WidgetDelegateView,
   // accessibility message should be read after this update.
   void SetContents(MessageView* view, bool a11y_feedback_for_updates);
 
+  void UpdateContents(const Notification& notification,
+                      bool a11y_feedback_for_updates);
+
   // Shows the new toast for the first time, animated.
   // |origin| is the right-bottom corner of the toast.
   void RevealWithAnimation(gfx::Point origin);