Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1198)

Unified Diff: content/common/notification_type.h

Issue 7187023: Adding an experimental app notification API. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: avoid rebuilding NTP apps section when notifications arrive Created 9 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698