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

Unified Diff: chrome/common/notification_type.h

Issue 208068: Desktop Notifications UI (for windows) (Closed)
Patch Set: Created 11 years, 3 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/chrome.gyp ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/notification_type.h
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index a11fa49621e08271e39c1b96518077ff80886ca3..609aecd3f75541455a52f0220854db69452d4a45 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -696,6 +696,22 @@ class NotificationType {
// Debugging ---------------------------------------------------------------
+ // Desktop Notifications ---------------------------------------------------
+
+ // This notification is sent when a balloon is connected to a renderer
+ // process. The source is a Source<Balloon> with a pointer to the
+ // the balloon. A NOTIFY_BALLOON_DISCONNECTED notification is
+ // guaranteed before the source pointer becomes junk.
+ // No details are expected.
+ NOTIFY_BALLOON_CONNECTED,
+
+ // This message is sent after a balloon is disconnected from the renderer
+ // process.
+ // The source is a Source<Balloon> with a pointer to the balloon (the pointer
+ // is usable).
+ // No details are expected.
+ NOTIFY_BALLOON_DISCONNECTED,
+
// Count (must be last) ----------------------------------------------------
// Used to determine the number of notification types. Not valid as
// a type parameter when registering for or posting notifications.
« no previous file with comments | « chrome/chrome.gyp ('k') | chrome/common/render_messages_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698