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