| Index: ui/arc/notification/arc_notification_item.h
|
| diff --git a/ui/arc/notification/arc_notification_item.h b/ui/arc/notification/arc_notification_item.h
|
| index 5dac8956bbd917a0bfe6fee68bf95bef9355c9e7..154772ccc57f4ace7faba1aa5d878ed6efead7b0 100644
|
| --- a/ui/arc/notification/arc_notification_item.h
|
| +++ b/ui/arc/notification/arc_notification_item.h
|
| @@ -42,14 +42,14 @@ class ArcNotificationItem {
|
| virtual void Click() = 0;
|
|
|
| // Called when the user wants to open an intrinsic setting of notification.
|
| - // This is called from ArcCustomNotificationView.
|
| + // This is called from ArcNotificationContentView.
|
| virtual void OpenSettings() = 0;
|
| // Called when the user wants to toggle expansio of notification. This is
|
| - // called from ArcCustomNotificationView.
|
| + // called from ArcNotificationContentView.
|
| virtual void ToggleExpansion() = 0;
|
| // Returns true if this notification has an intrinsic setting which shown
|
| // inside the notification content area. This is called from
|
| - // ArcCustomNotificationView.
|
| + // ArcNotificationContentView.
|
| virtual bool IsOpeningSettingsSupported() const = 0;
|
|
|
| // Adds an observer.
|
|
|