summaryrefslogtreecommitdiffstats
path: root/chrome/common
diff options
context:
space:
mode:
authorjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-08 22:14:39 +0000
committerjohnnyg@chromium.org <johnnyg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-04-08 22:14:39 +0000
commitd19ee3444d4c8042a97bd653e57c775206a04bed (patch)
tree89f0e3822bab8f163ec99ff4dde6a48cd529d54b /chrome/common
parent4cb6dca5bcdabfa14f067f741243ca4fcda0b833 (diff)
downloadchromium_src-d19ee3444d4c8042a97bd653e57c775206a04bed.zip
chromium_src-d19ee3444d4c8042a97bd653e57c775206a04bed.tar.gz
chromium_src-d19ee3444d4c8042a97bd653e57c775206a04bed.tar.bz2
Add notification processes to the task manager.
BUG=29332 TEST=notifications in task manager Review URL: http://codereview.chromium.org/1610006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@44014 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common')
-rw-r--r--chrome/common/notification_type.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/chrome/common/notification_type.h b/chrome/common/notification_type.h
index 04d7101..3c7806b 100644
--- a/chrome/common/notification_type.h
+++ b/chrome/common/notification_type.h
@@ -832,14 +832,15 @@ class NotificationType {
// Desktop Notifications ---------------------------------------------------
// This notification is sent when a balloon is connected to a renderer
- // process to render the balloon contents. The source is a Source<Balloon>
- // with a pointer to the the balloon. A NOTIFY_BALLOON_DISCONNECTED is
- // guaranteed before the source pointer becomes junk. No details expected.
+ // process to render the balloon contents. The source is a
+ // Source<BalloonHost> with a pointer to the the balloon. A
+ // NOTIFY_BALLOON_DISCONNECTED is guaranteed before the source pointer
+ // becomes junk. No details 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.
+ // process. The source is a Source<BalloonHost> with a pointer to the
+ // balloon host (the pointer is usable). No details are expected.
NOTIFY_BALLOON_DISCONNECTED,
// Web Database Service ----------------------------------------------------