| 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 c0a886ab65899f65786e302fcf018ca0fd2de90a..6f6ca883412241a0ca74aa2d046f2b27e2c22277 100644
|
| --- a/ui/arc/notification/arc_notification_manager.h
|
| +++ b/ui/arc/notification/arc_notification_manager.h
|
| @@ -53,6 +53,7 @@ class ArcNotificationManager
|
| void CreateNotificationWindow(const std::string& key);
|
| void CloseNotificationWindow(const std::string& key);
|
| void OpenNotificationSettings(const std::string& key);
|
| + bool IsOpeningSettingsSupported() const;
|
|
|
| private:
|
| const AccountId main_profile_id_;
|
|
|