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_broker_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_broker_host.h')
-rw-r--r-- | chrome/browser/nacl_host/nacl_broker_host.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/nacl_host/nacl_broker_host.h b/chrome/browser/nacl_host/nacl_broker_host.h index 47c3e95..15dd18b 100644 --- a/chrome/browser/nacl_host/nacl_broker_host.h +++ b/chrome/browser/nacl_host/nacl_broker_host.h @@ -23,12 +23,6 @@ class NaClBrokerHost : public ChildProcessHost { // a Native Client loader process. bool LaunchLoader(const std::wstring& loader_channel_id); - // Stop the broker process. - void StopBroker(); - - protected: - virtual void OnChildDied(); - private: // ResourceDispatcherHost::Receiver implementation: virtual URLRequestContext* GetRequestContext( @@ -46,8 +40,6 @@ class NaClBrokerHost : public ChildProcessHost { // IPC::Channel::Listener virtual void OnMessageReceived(const IPC::Message& msg); - bool stopping_; - DISALLOW_COPY_AND_ASSIGN(NaClBrokerHost); }; |