| Index: ui/message_center/views/message_popup_collection.h
|
| diff --git a/ui/message_center/views/message_popup_collection.h b/ui/message_center/views/message_popup_collection.h
|
| index 402c747224301133943aa8ef6e6b1eca2f4c0a25..fa0068dec844f35dc776705d10837d76e2d6aaf4 100644
|
| --- a/ui/message_center/views/message_popup_collection.h
|
| +++ b/ui/message_center/views/message_popup_collection.h
|
| @@ -68,6 +68,7 @@ class MESSAGE_CENTER_EXPORT MessagePopupCollection
|
| void ClickOnNotificationButton(const std::string& notification_id,
|
| int button_index) override;
|
| void ClickOnSettingsButton(const std::string& notification_id) override;
|
| + void UpdateNotificationSize(const std::string& notification_id) override;
|
|
|
| void MarkAllPopupsShown();
|
|
|
|
|