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

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: 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..da6f5abc82d571c05164609f313df84447aca4c1 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -977,6 +977,9 @@ class NotificationType {
// (const std::string).
EXTENSION_UPDATE_FOUND,
+ // An installed app changed state (added or removed notifications).
Finnur 2011/06/20 12:21:46 Maybe fill in the data that is expected to be prov
asargent_no_longer_on_chrome 2011/06/21 18:10:11 Done.
+ 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