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

Unified Diff: ui/message_center/views/custom_notification_view_unittest.cc

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_unittest.cc
diff --git a/ui/message_center/views/custom_notification_view_unittest.cc b/ui/message_center/views/custom_notification_view_unittest.cc
index c90b1ac06932b8bd6bb0ef9a0ff36366a18a79a2..35462b469dd5ee4b5ddcbf9e85ddcb078654cf5f 100644
--- a/ui/message_center/views/custom_notification_view_unittest.cc
+++ b/ui/message_center/views/custom_notification_view_unittest.cc
@@ -89,6 +89,7 @@ class TestContentViewDelegate : public CustomNotificationContentViewDelegate {
bool IsCloseButtonFocused() const override { return false; }
void RequestFocusOnCloseButton() override {}
bool IsPinned() const override { return false; }
+ void UpdateControlButtonsVisibility() override {}
};
class TestNotificationDelegate : public NotificationDelegate {
« no previous file with comments | « ui/message_center/views/custom_notification_view.cc ('k') | ui/message_center/views/message_center_bubble.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698