| 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 26fe9692f7c601159cd48e7f480fbe31f596d273..d8932e1b63f3e385be1bde1a2fde9b001deb3c67 100644
|
| --- a/ui/arc/notification/arc_notification_manager.h
|
| +++ b/ui/arc/notification/arc_notification_manager.h
|
| @@ -49,6 +49,8 @@ class ArcNotificationManager
|
| void SendNotificationClickedOnChrome(const std::string& key);
|
| void SendNotificationButtonClickedOnChrome(const std::string& key,
|
| int button_index);
|
| + void CreateNotificationWindow(const std::string& key);
|
| + void CloseNotificationWindow(const std::string& key);
|
|
|
| private:
|
| const AccountId main_profile_id_;
|
|
|