| Index: ui/message_center/views/custom_notification_content_view_delegate.h
|
| diff --git a/ui/message_center/views/custom_notification_content_view_delegate.h b/ui/message_center/views/custom_notification_content_view_delegate.h
|
| index fbbcc68f0aa0a97cd09bcd99029ba35c063c72b4..c61e8b9bb9b2c01c1967612b9bf63f8d18f1b34a 100644
|
| --- a/ui/message_center/views/custom_notification_content_view_delegate.h
|
| +++ b/ui/message_center/views/custom_notification_content_view_delegate.h
|
| @@ -22,6 +22,7 @@ class MESSAGE_CENTER_EXPORT CustomNotificationContentViewDelegate {
|
| virtual bool IsCloseButtonFocused() const = 0;
|
| virtual void RequestFocusOnCloseButton() = 0;
|
| virtual bool IsPinned() const = 0;
|
| + virtual void UpdateControlButtonsVisibility() = 0;
|
| };
|
|
|
| // The struct to hold a view and CustomNotificationContentViewDelegate
|
|
|