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

Side by Side 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 unified diff | Download patch
OLDNEW
1 // Copyright 2016 The Chromium Authors. All rights reserved. 1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 #include "ui/message_center/notification_delegate.h" 5 #include "ui/message_center/notification_delegate.h"
6 6
7 #include "ui/views/view.h" 7 #include "ui/message_center/views/message_view.h"
8 8
9 namespace message_center { 9 namespace message_center {
10 10
11 std::unique_ptr<CustomContent> NotificationDelegate::CreateCustomContent() { 11 std::unique_ptr<MessageView> NotificationDelegate::CreateCustomMessageView(
12 MessageCenterController* controller,
13 const Notification& notification) {
12 return nullptr; 14 return nullptr;
13 } 15 }
14 16
15 } // namespace message_center 17 } // namespace message_center
OLDNEW
« 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