Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(632)

Unified Diff: ui/message_center/views/custom_notification_content_view_delegate.h

Issue 2873553002: [Notifications] Fix swipe to close for ARC notifications. (Closed)
Patch Set: Address comments. Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 3d84d00903ebdac1ddced6aa418122c089c60ac6..747e3de3f80f47194bdeb72a26832c7489c21c54 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 void UpdateControlButtonsVisibility() = 0;
+ virtual void OnSlideChanged() = 0;
};
// The struct to hold a view and CustomNotificationContentViewDelegate

Powered by Google App Engine
This is Rietveld 408576698