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

Unified Diff: ui/arc/notification/arc_notification_item.h

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_delegate.cc ('k') | ui/arc/notification/arc_notification_item_impl.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.h
diff --git a/ui/arc/notification/arc_notification_item.h b/ui/arc/notification/arc_notification_item.h
index b0d363df8de1249ecc73ae664ad2e951ec4cd34b..5dac8956bbd917a0bfe6fee68bf95bef9355c9e7 100644
--- a/ui/arc/notification/arc_notification_item.h
+++ b/ui/arc/notification/arc_notification_item.h
@@ -75,6 +75,8 @@ class ArcNotificationItem {
virtual mojom::ArcNotificationShownContents GetShownContents() const = 0;
// Returns the notification key passed from Android-side.
virtual const std::string& GetNotificationKey() const = 0;
+ // Returns the notification ID used in the Chrome message center.
+ virtual const std::string& GetNotificationId() const = 0;
};
} // namespace arc
« no previous file with comments | « ui/arc/notification/arc_notification_delegate.cc ('k') | ui/arc/notification/arc_notification_item_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698