summaryrefslogtreecommitdiffstats
path: root/content/public
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-03 06:57:47 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-12-03 06:57:47 +0000
commit463ea5fc399e6275a2351df6b398b7d91b8f5a61 (patch)
tree051c35d716015f973bb9fa3d7f8a09a3c7e0c3f7 /content/public
parentac198a5076f95d83b40f8c5b5d4473e11db08dcf (diff)
downloadchromium_src-463ea5fc399e6275a2351df6b398b7d91b8f5a61.zip
chromium_src-463ea5fc399e6275a2351df6b398b7d91b8f5a61.tar.gz
chromium_src-463ea5fc399e6275a2351df6b398b7d91b8f5a61.tar.bz2
Simplify BrowserChildProcessHost in preparation for refactoring it so that consumers embed it in their class instead of deriving from it. The GetChildTerminationStatus override in NaclProcessHost seemed unnecessary since that's what the default implementation does. NaClProcessHost::OnChildDied can be done in the destructor.
BUG=98716 Review URL: http://codereview.chromium.org/8771041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112877 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/public')
-rw-r--r--content/public/browser/notification_types.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/content/public/browser/notification_types.h b/content/public/browser/notification_types.h
index aa29994..970a50e 100644
--- a/content/public/browser/notification_types.h
+++ b/content/public/browser/notification_types.h
@@ -391,13 +391,6 @@ enum NotificationType {
// 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<content::ChildProcessData>.
- NOTIFICATION_CHILD_PROCESS_WAS_KILLED,
-
// This message indicates that an instance of a particular child was
// created in a page. (If one page contains several regions rendered by
// the same child, this notification will occur once for each region