Index: content/common/notification_type.h |
diff --git a/content/common/notification_type.h b/content/common/notification_type.h |
index f92998ab324fedc2a76e796affad6f8b7400cf40..9580eb1a132ae216a8df2a456f028008c608e0ba 100644 |
--- a/content/common/notification_type.h |
+++ b/content/common/notification_type.h |
@@ -977,6 +977,10 @@ class NotificationType { |
// (const std::string). |
EXTENSION_UPDATE_FOUND, |
+ // An installed app changed notification state (added or removed |
+ // notifications). The source is a Profile, and there are no details. |
+ APP_NOTIFICATION_STATE_CHANGED, |
+ |
// Desktop Notifications --------------------------------------------------- |
// This notification is sent when a balloon is connected to a renderer |