summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 032febc..19b0465 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -975,6 +975,10 @@ class NotificationType {
// object, the details are ContentSettingsNotificationsDetails.
CONTENT_SETTINGS_CHANGED,
+ // Sent when the collect cookies dialog is shown. The source is a
+ // TabSpecificContentSettings object, there are no details.
+ COLLECTED_COOKIES_SHOWN,
+
// Sync --------------------------------------------------------------------
// Sent when the sync backend has been paused.