| Index: ui/message_center/views/custom_notification_view_unittest.cc
|
| diff --git a/ui/message_center/views/custom_notification_view_unittest.cc b/ui/message_center/views/custom_notification_view_unittest.cc
|
| index c90b1ac06932b8bd6bb0ef9a0ff36366a18a79a2..35462b469dd5ee4b5ddcbf9e85ddcb078654cf5f 100644
|
| --- a/ui/message_center/views/custom_notification_view_unittest.cc
|
| +++ b/ui/message_center/views/custom_notification_view_unittest.cc
|
| @@ -89,6 +89,7 @@ class TestContentViewDelegate : public CustomNotificationContentViewDelegate {
|
| bool IsCloseButtonFocused() const override { return false; }
|
| void RequestFocusOnCloseButton() override {}
|
| bool IsPinned() const override { return false; }
|
| + void UpdateControlButtonsVisibility() override {}
|
| };
|
|
|
| class TestNotificationDelegate : public NotificationDelegate {
|
|
|