| Index: ui/message_center/views/toast_contents_view.h
|
| diff --git a/ui/message_center/views/toast_contents_view.h b/ui/message_center/views/toast_contents_view.h
|
| index 456703c39ee93b27e6f7de62005c503419d0fa45..8e80b73c68cc829fe9644d468555965d99812881 100644
|
| --- a/ui/message_center/views/toast_contents_view.h
|
| +++ b/ui/message_center/views/toast_contents_view.h
|
| @@ -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);
|
|
|