| 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 c61e8b9bb9b2c01c1967612b9bf63f8d18f1b34a..fcac37d9fdcc5339b655889b7895acbbc7fb57e2 100644
|
| --- a/ui/message_center/views/custom_notification_content_view_delegate.h
|
| +++ b/ui/message_center/views/custom_notification_content_view_delegate.h
|
| @@ -23,6 +23,7 @@ class MESSAGE_CENTER_EXPORT CustomNotificationContentViewDelegate {
|
| virtual void RequestFocusOnCloseButton() = 0;
|
| virtual bool IsPinned() const = 0;
|
| virtual void UpdateControlButtonsVisibility() = 0;
|
| + virtual void OnSlideChanged() = 0;
|
| };
|
|
|
| // The struct to hold a view and CustomNotificationContentViewDelegate
|
|
|