| Index: ui/arc/notification/arc_notification_manager.h
|
| diff --git a/ui/arc/notification/arc_notification_manager.h b/ui/arc/notification/arc_notification_manager.h
|
| index f463fa6f3e46efa769fa1aa712b02280b83f29cb..1d46b8ffd340b4fc5498ca7db6f0a7e1f6649dc8 100644
|
| --- a/ui/arc/notification/arc_notification_manager.h
|
| +++ b/ui/arc/notification/arc_notification_manager.h
|
| @@ -37,6 +37,8 @@ class ArcNotificationManager : public ArcService,
|
| // Methods called from ArcNotificationItem:
|
| void SendNotificationRemovedFromChrome(const std::string& key);
|
| void SendNotificationClickedOnChrome(const std::string& key);
|
| + void SendNotificationButtonClickedOnChrome(
|
| + const std::string& key, int button_index);
|
|
|
| private:
|
| const AccountId main_profile_id_;
|
|
|