Chromium Code Reviews| Index: chrome/browser/nacl_host/nacl_process_host.h |
| =================================================================== |
| --- chrome/browser/nacl_host/nacl_process_host.h (revision 112769) |
| +++ chrome/browser/nacl_host/nacl_process_host.h (working copy) |
| @@ -41,8 +41,7 @@ |
| void OnProcessLaunchedByBroker(base::ProcessHandle handle); |
| protected: |
| - virtual base::TerminationStatus GetChildTerminationStatus( |
| - int* exit_code) OVERRIDE; |
| + virtual void OnProcessCrashed(int exit_code) OVERRIDE; |
| private: |
| // Internal class that holds the nacl::Handle objecs so that |