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

Unified Diff: ui/message_center/notification_delegate_views.cc

Issue 2870283002: Move message_center::CustomNotificationView to arc::ArcNotificationView (Closed)
Patch Set: Addressed comment Created 3 years, 7 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/notification_delegate_views.cc
diff --git a/ui/message_center/notification_delegate_views.cc b/ui/message_center/notification_delegate_views.cc
index 1d12a307f0813d5bdc52c49ea854d01987af809f..6f1bc726b1e27f7ff1c68126171e2413f6654727 100644
--- a/ui/message_center/notification_delegate_views.cc
+++ b/ui/message_center/notification_delegate_views.cc
@@ -4,11 +4,13 @@
#include "ui/message_center/notification_delegate.h"
-#include "ui/views/view.h"
+#include "ui/message_center/views/message_view.h"
namespace message_center {
-std::unique_ptr<CustomContent> NotificationDelegate::CreateCustomContent() {
+std::unique_ptr<MessageView> NotificationDelegate::CreateCustomMessageView(
+ MessageCenterController* controller,
+ const Notification& notification) {
return nullptr;
}
« no previous file with comments | « ui/message_center/notification_delegate.h ('k') | ui/message_center/views/custom_notification_content_view_delegate.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698