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

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

Issue 2668583005: Not Remove Non-Closable Arc Popup When Close Button is Pressed (Closed)
Patch Set: Created 3 years, 11 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 1e5e2713d3d923d12893ca4d5338c778b708c9fc..5605009fef47d18782b5ef6986bee326b8a9dfd7 100644
--- a/ui/message_center/views/custom_notification_view_unittest.cc
+++ b/ui/message_center/views/custom_notification_view_unittest.cc
@@ -93,7 +93,8 @@ class TestNotificationDelegate : public NotificationDelegate {
TestNotificationDelegate() {}
// NotificateDelegate
- std::unique_ptr<CustomContent> CreateCustomContent() override {
+ std::unique_ptr<CustomContent> CreateCustomContent(
+ MessageView* message_view) override {
return base::MakeUnique<CustomContent>(
base::MakeUnique<TestCustomView>(),
base::MakeUnique<TestContentViewDelegate>());

Powered by Google App Engine
This is Rietveld 408576698