| Index: ui/message_center/views/message_center_controller.h
|
| diff --git a/ui/message_center/views/message_center_controller.h b/ui/message_center/views/message_center_controller.h
|
| index 9ff85a52c2fbae4c9911b99d41479071d6ae60b2..2c438862bee73a29210f1f7f6b04986639a9bf03 100644
|
| --- a/ui/message_center/views/message_center_controller.h
|
| +++ b/ui/message_center/views/message_center_controller.h
|
| @@ -30,6 +30,11 @@ class MessageCenterController {
|
| virtual void ClickOnNotificationButton(const std::string& notification_id,
|
| int button_index) = 0;
|
| virtual void ClickOnSettingsButton(const std::string& notification_id) = 0;
|
| + // For ArcCustomNotificationView, size changes might come after the
|
| + // notification update over Mojo. Provide a method here to notify when
|
| + // a notification changed in some way and needs to be laid out again.
|
| + // See crbug.com/690813.
|
| + virtual void UpdateNotificationSize(const std::string& notification_id) = 0;
|
| };
|
|
|
| } // namespace message_center
|
|
|