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

Side by Side Diff: ui/arc/notification/arc_notification_item_impl.cc

Issue 2906323002: Rename ArcCustomNotificationView to ArcNotificationContentView (Closed)
Patch Set: Addressed comments Created 3 years, 6 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 2017 The Chromium Authors. All rights reserved. 1 // Copyright 2017 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/arc/notification/arc_notification_item_impl.h" 5 #include "ui/arc/notification/arc_notification_item_impl.h"
6 6
7 #include <utility> 7 #include <utility>
8 #include <vector> 8 #include <vector>
9 9
10 #include "base/memory/ptr_util.h" 10 #include "base/memory/ptr_util.h"
11 #include "base/strings/string_util.h"
11 #include "base/strings/utf_string_conversions.h" 12 #include "base/strings/utf_string_conversions.h"
12 #include "ui/arc/notification/arc_custom_notification_view.h"
13 #include "ui/arc/notification/arc_notification_delegate.h" 13 #include "ui/arc/notification/arc_notification_delegate.h"
14 #include "ui/gfx/geometry/size.h" 14 #include "ui/gfx/geometry/size.h"
15 #include "ui/gfx/image/image.h" 15 #include "ui/gfx/image/image.h"
16 #include "ui/message_center/message_center_style.h" 16 #include "ui/message_center/message_center_style.h"
17 #include "ui/message_center/notification.h" 17 #include "ui/message_center/notification.h"
18 #include "ui/message_center/notification_types.h" 18 #include "ui/message_center/notification_types.h"
19 #include "ui/message_center/notifier_settings.h" 19 #include "ui/message_center/notifier_settings.h"
20 20
21 namespace arc { 21 namespace arc {
22 22
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 199
200 const std::string& ArcNotificationItemImpl::GetNotificationId() const { 200 const std::string& ArcNotificationItemImpl::GetNotificationId() const {
201 return notification_id_; 201 return notification_id_;
202 } 202 }
203 203
204 const base::string16& ArcNotificationItemImpl::GetAccessibleName() const { 204 const base::string16& ArcNotificationItemImpl::GetAccessibleName() const {
205 return accessible_name_; 205 return accessible_name_;
206 } 206 }
207 207
208 } // namespace arc 208 } // namespace arc
OLDNEW
« no previous file with comments | « ui/arc/notification/arc_notification_item.h ('k') | ui/arc/notification/arc_notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698