| 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..21d4d836af1fb35cd22f452933237cf663cdf466 100644
|
| --- a/ui/message_center/views/toast_contents_view.cc
|
| +++ b/ui/message_center/views/toast_contents_view.cc
|
| @@ -327,6 +327,11 @@ void ToastContentsView::ClickOnSettingsButton(
|
| collection_->ClickOnSettingsButton(notification_id);
|
| }
|
|
|
| +void ToastContentsView::ShouldUpdateNotification(
|
| + const std::string& notification_id) {
|
| + UpdatePreferredSize();
|
| +}
|
| +
|
| void ToastContentsView::RemoveNotification(
|
| const std::string& notification_id,
|
| bool by_user) {
|
|
|