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

Unified Diff: ui/arc/notification/arc_notification_item_impl.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
« no previous file with comments | « ui/arc/notification/arc_notification_item_impl.h ('k') | ui/arc/notification/arc_notification_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/arc/notification/arc_notification_item_impl.cc
diff --git a/ui/arc/notification/arc_notification_item_impl.cc b/ui/arc/notification/arc_notification_item_impl.cc
index d4ed1b0b70f7a58bdabe89538fa37fc613f2667d..610b4e18fdba29807e92e422e48db3cf9b8ffe3b 100644
--- a/ui/arc/notification/arc_notification_item_impl.cc
+++ b/ui/arc/notification/arc_notification_item_impl.cc
@@ -191,4 +191,8 @@ const std::string& ArcNotificationItemImpl::GetNotificationKey() const {
return notification_key_;
}
+const std::string& ArcNotificationItemImpl::GetNotificationId() const {
+ return notification_id_;
+}
+
} // namespace arc
« no previous file with comments | « ui/arc/notification/arc_notification_item_impl.h ('k') | ui/arc/notification/arc_notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698