| Index: ui/arc/notification/arc_notification_item_impl.h
|
| diff --git a/ui/arc/notification/arc_notification_item_impl.h b/ui/arc/notification/arc_notification_item_impl.h
|
| index 01bee750f81def46699e0b1696159a686d76b125..2fbf31479c9ddac426cc293978dc0cb757249ebe 100644
|
| --- a/ui/arc/notification/arc_notification_item_impl.h
|
| +++ b/ui/arc/notification/arc_notification_item_impl.h
|
| @@ -47,6 +47,7 @@ class ArcNotificationItemImpl : public ArcNotificationItem {
|
| mojom::ArcNotificationExpandState GetExpandState() const override;
|
| mojom::ArcNotificationShownContents GetShownContents() const override;
|
| const std::string& GetNotificationKey() const override;
|
| + const std::string& GetNotificationId() const override;
|
|
|
| private:
|
| // Return true if it's on the thread this instance is created on.
|
|
|