| 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
|
|
|