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