summaryrefslogtreecommitdiff
path: root/chromium/ui/message_center/public/cpp/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/message_center/public/cpp/notification.h')
-rw-r--r--chromium/ui/message_center/public/cpp/notification.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/chromium/ui/message_center/public/cpp/notification.h b/chromium/ui/message_center/public/cpp/notification.h
index 0448014b8ee..63e0c0f9549 100644
--- a/chromium/ui/message_center/public/cpp/notification.h
+++ b/chromium/ui/message_center/public/cpp/notification.h
@@ -40,9 +40,10 @@ struct MESSAGE_CENTER_PUBLIC_EXPORT NotificationItem {
};
enum class SettingsButtonHandler {
- NONE = 0, // No button. This is the default.
- INLINE = 1, // Button shown, settings inline.
- DELEGATE = 2 // Button shown, notification's delegate handles action.
+ NONE = 0, // No button. This is the default. Does not affect native
+ // settings button (like on Android).
+ INLINE = 1, // Button shown, settings inline.
+ DELEGATE = 2, // Button shown, notification's delegate handles action.
};
enum class SystemNotificationWarningLevel { NORMAL, WARNING, CRITICAL_WARNING };