diff options
author | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-05 17:27:12 +0000 |
---|---|---|
committer | gregoryd@google.com <gregoryd@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-03-05 17:27:12 +0000 |
commit | c891d223b30349e9b4c475effd329e1e74e681ce (patch) | |
tree | e33ccedefc2240db25370a0d8a21748c286c0064 /chrome/browser/nacl_host/nacl_process_host.h | |
parent | 207c678c4692c9dfec3e34c0d206f2ee1b2fbb6a (diff) | |
download | chromium_src-c891d223b30349e9b4c475effd329e1e74e681ce.zip chromium_src-c891d223b30349e9b4c475effd329e1e74e681ce.tar.gz chromium_src-c891d223b30349e9b4c475effd329e1e74e681ce.tar.bz2 |
Terminate NaCl broker process when no loader processes are running
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/669019
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40744 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/nacl_host/nacl_process_host.h')
-rw-r--r-- | chrome/browser/nacl_host/nacl_process_host.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/nacl_host/nacl_process_host.h b/chrome/browser/nacl_host/nacl_process_host.h index a89b2da..28893fc 100644 --- a/chrome/browser/nacl_host/nacl_process_host.h +++ b/chrome/browser/nacl_host/nacl_process_host.h @@ -37,6 +37,7 @@ class NaClProcessHost : public ChildProcessHost { protected: virtual bool DidChildCrash(); + virtual void OnChildDied(); private: bool LaunchSelLdr(); |