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

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: fixing clang errors 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
« no previous file with comments | « chrome/renderer/resources/renderer_extension_bindings.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/notification_type.h
diff --git a/content/common/notification_type.h b/content/common/notification_type.h
index 50e6f762cb7c3894a31e33dbaf095c2c3fa71fef..7e8dfe01022f956ed773134460f74c5f40f3b4ad 100644
--- a/content/common/notification_type.h
+++ b/content/common/notification_type.h
@@ -982,6 +982,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
« no previous file with comments | « chrome/renderer/resources/renderer_extension_bindings.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698