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