| 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 f7d0cc21124b8bba30a6543d367506568e9f6ec6..cb06a4a10eb2b3fb1619e462a391dd037c3b61c5 100644
|
| --- a/ui/message_center/views/toast_contents_view.h
|
| +++ b/ui/message_center/views/toast_contents_view.h
|
| @@ -97,6 +97,7 @@ class ToastContentsView : public views::WidgetDelegateView,
|
| 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;
|
|
|
| // Overridden from gfx::AnimationDelegate:
|
| void AnimationProgressed(const gfx::Animation* animation) override;
|
|
|