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

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

Issue 2729533002: Adjust behavior of control buttons of notifications. (Closed)
Patch Set: Add unimplemented method to TestContentViewDelegate Created 3 years, 10 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 0700010253ee5b28ea2feac390fe1719ea79e365..78cdbee10653864d1e7ab36ae19c59ee6502aada 100644
--- a/ui/message_center/views/custom_notification_view.h
+++ b/ui/message_center/views/custom_notification_view.h
@@ -33,6 +33,7 @@ class MESSAGE_CENTER_EXPORT CustomNotificationView : public MessageView {
bool IsCloseButtonFocused() const override;
void RequestFocusOnCloseButton() override;
bool IsPinned() const override;
+ void UpdateControlButtonsVisibility() override;
// Overridden from views::View:
gfx::Size GetPreferredSize() const override;

Powered by Google App Engine
This is Rietveld 408576698