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

Unified Diff: content/public/browser/notification_types.h

Issue 8770027: Get rid of the ChildProcessInfo class. It was carrying unnecessary data, and the fact that some p... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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 | « content/public/browser/child_process_data.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/notification_types.h
===================================================================
--- content/public/browser/notification_types.h (revision 112500)
+++ content/public/browser/notification_types.h (working copy)
@@ -375,27 +375,27 @@
// This notification is sent when a child process host has connected to a
// child process. There is no usable source, since it is sent from an
// ephemeral task; register for AllSources() to receive this notification.
- // The details are in a Details<ChildProcessInfo>.
+ // The details are in a Details<content::ChildProcessData>.
NOTIFICATION_CHILD_PROCESS_HOST_CONNECTED,
// This message is sent after a ChildProcessHost is disconnected from the
// child process. There is no usable source, since it is sent from an
// ephemeral task; register for AllSources() to receive this notification.
- // The details are in a Details<ChildProcessInfo>.
+ // The details are in a Details<content::ChildProcessData>.
NOTIFICATION_CHILD_PROCESS_HOST_DISCONNECTED,
// This message is sent when a child process disappears
// unexpectedly as a result of a crash. There is no usable
// source, since it is sent from an ephemeral task; register for
// AllSources() to receive this notification. The details are in
- // a Details<ChildProcessInfo>.
+ // a Details<content::ChildProcessData>.
NOTIFICATION_CHILD_PROCESS_CRASHED,
// This message is sent when a child process disappears
// unexpectedly as a result of a termination signal. There is no
// usable source, since it is sent from an ephemeral task;
// register for AllSources() to receive this notification. The
- // details are in a Details<ChildProcessInfo>.
+ // details are in a Details<content::ChildProcessData>.
NOTIFICATION_CHILD_PROCESS_WAS_KILLED,
// This message indicates that an instance of a particular child was
@@ -405,7 +405,7 @@
//
// There is no usable source, since it is sent from an ephemeral task;
// register for AllSources() to receive this notification. The details are
- // in a Details<ChildProcessInfo>.
+ // in a Details<content::ChildProcessData>.
NOTIFICATION_CHILD_INSTANCE_CREATED,
// Saved Pages -------------------------------------------------------------
« no previous file with comments | « content/public/browser/child_process_data.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698