diff options
Diffstat (limited to 'chrome/common')
-rw-r--r-- | chrome/common/notification_type.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h index 9e336e0..489a1d7 100644 --- a/chrome/common/notification_type.h +++ b/chrome/common/notification_type.h @@ -828,6 +828,12 @@ class NotificationType { // Details will be an AccessibilityControlInfo. ACCESSIBILITY_TEXT_CHANGED, + // Content Settings -------------------------------------------------------- + + // Sent when content settings change. The source is a HostContentSettings + // object, the details are ContentSettingsNotificationsDetails. + CONTENT_SETTINGS_CHANGED, + // Count (must be last) ---------------------------------------------------- // Used to determine the number of notification types. Not valid as // a type parameter when registering for or posting notifications. |