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

Unified Diff: ui/message_center/notification_delegate_views.cc

Issue 1979583003: Support notifications with custom content (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@messageview-close-button
Patch Set: fix mac build, attempt 2 Created 4 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
« no previous file with comments | « ui/message_center/notification_delegate.h ('k') | ui/message_center/notification_types.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
new file mode 100644
index 0000000000000000000000000000000000000000..6f993d2c640f5d42c4f2eb0f94cc03cf8ca95bc1
--- /dev/null
+++ b/ui/message_center/notification_delegate_views.cc
@@ -0,0 +1,15 @@
+// Copyright 2016 The Chromium Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style license that can be
+// found in the LICENSE file.
+
+#include "ui/message_center/notification_delegate.h"
+
+#include "ui/views/view.h"
+
+namespace message_center {
+
+std::unique_ptr<views::View> NotificationDelegate::CreateCustomContent() {
+ return std::unique_ptr<views::View>();
+}
+
+} // namespace message_center
« no previous file with comments | « ui/message_center/notification_delegate.h ('k') | ui/message_center/notification_types.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698