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

Unified Diff: ui/message_center/notification_delegate_views.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/notification_delegate_views.cc
diff --git a/ui/message_center/notification_delegate_views.cc b/ui/message_center/notification_delegate_views.cc
index 1d12a307f0813d5bdc52c49ea854d01987af809f..cf00585febd88213f6b2775f995a6a5925820fb5 100644
--- a/ui/message_center/notification_delegate_views.cc
+++ b/ui/message_center/notification_delegate_views.cc
@@ -8,7 +8,10 @@
namespace message_center {
-std::unique_ptr<CustomContent> NotificationDelegate::CreateCustomContent() {
+class MessageView;
+
+std::unique_ptr<CustomContent> NotificationDelegate::CreateCustomContent(
+ MessageView* message_view) {
return nullptr;
}

Powered by Google App Engine
This is Rietveld 408576698