Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(281)

Unified Diff: ui/arc/notification/arc_notification_item.h

Issue 2906323002: Rename ArcCustomNotificationView to ArcNotificationContentView (Closed)
Patch Set: Addressed comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ui/arc/notification/arc_notification_delegate.cc ('k') | ui/arc/notification/arc_notification_item_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 397b32437682d271ed75f61313fd9a6e1e53bbfc..4024b3d30d83a831bc6a6f8c660435b4cc29691c 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.
« no previous file with comments | « ui/arc/notification/arc_notification_delegate.cc ('k') | ui/arc/notification/arc_notification_item_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698