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

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: make linkText required if linkUrl is passed 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..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

Powered by Google App Engine
This is Rietveld 408576698