| Index: ui/message_center/views/toast_contents_view.cc
|
| diff --git a/ui/message_center/views/toast_contents_view.cc b/ui/message_center/views/toast_contents_view.cc
|
| index 877c3105eca6c2ad0fb4be26c9a6658c9fb31791..2bd7abf06120067bb4dfa57631501e128e0c6468 100644
|
| --- a/ui/message_center/views/toast_contents_view.cc
|
| +++ b/ui/message_center/views/toast_contents_view.cc
|
| @@ -327,6 +327,10 @@ void ToastContentsView::ClickOnSettingsButton(
|
| collection_->ClickOnSettingsButton(notification_id);
|
| }
|
|
|
| +void ToastContentsView::UpdateNotification(const std::string& notification_id) {
|
| + UpdatePreferredSize();
|
| +}
|
| +
|
| void ToastContentsView::RemoveNotification(
|
| const std::string& notification_id,
|
| bool by_user) {
|
|
|