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

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

Issue 2853783004: Retrieve pinned flag directly from Notification class (Closed)
Patch Set: Created 3 years, 8 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 c61e8b9bb9b2c01c1967612b9bf63f8d18f1b34a..3d84d00903ebdac1ddced6aa418122c089c60ac6 100644
--- a/ui/message_center/views/custom_notification_content_view_delegate.h
+++ b/ui/message_center/views/custom_notification_content_view_delegate.h
@@ -21,7 +21,6 @@ class MESSAGE_CENTER_EXPORT CustomNotificationContentViewDelegate {
public:
virtual bool IsCloseButtonFocused() const = 0;
virtual void RequestFocusOnCloseButton() = 0;
- virtual bool IsPinned() const = 0;
virtual void UpdateControlButtonsVisibility() = 0;
};
« no previous file with comments | « ui/arc/notification/arc_custom_notification_view.cc ('k') | ui/message_center/views/custom_notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698