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

Unified Diff: ui/message_center/views/custom_notification_view.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_view.h
diff --git a/ui/message_center/views/custom_notification_view.h b/ui/message_center/views/custom_notification_view.h
index 0df481270d7d84eadd42bfcd8e61ad9395b46563..bfe168b6f69786fcd97d94ae074a87b4120477fe 100644
--- a/ui/message_center/views/custom_notification_view.h
+++ b/ui/message_center/views/custom_notification_view.h
@@ -34,7 +34,6 @@ class MESSAGE_CENTER_EXPORT CustomNotificationView : public MessageView {
void SetDrawBackgroundAsActive(bool active) override;
bool IsCloseButtonFocused() const override;
void RequestFocusOnCloseButton() override;
- bool IsPinned() const override;
void UpdateControlButtonsVisibility() override;
// Overridden from views::View:

Powered by Google App Engine
This is Rietveld 408576698