| Index: chrome/browser/nacl_host/nacl_process_host.h
|
| ===================================================================
|
| --- chrome/browser/nacl_host/nacl_process_host.h (revision 112722)
|
| +++ chrome/browser/nacl_host/nacl_process_host.h (working copy)
|
| @@ -43,7 +43,6 @@
|
| protected:
|
| virtual base::TerminationStatus GetChildTerminationStatus(
|
| int* exit_code) OVERRIDE;
|
| - virtual void OnChildDied() OVERRIDE;
|
|
|
| private:
|
| // Internal class that holds the nacl::Handle objecs so that
|
| @@ -59,8 +58,6 @@
|
| void IrtReady();
|
| void SendStart(base::PlatformFile irt_file);
|
|
|
| - virtual bool CanShutdown() OVERRIDE;
|
| -
|
| private:
|
| // The ChromeRenderMessageFilter that requested this NaCl process. We use
|
| // this for sending the reply once the process has started.
|
|
|