| Index: content/browser/ppapi_plugin_process_host.h
|
| ===================================================================
|
| --- content/browser/ppapi_plugin_process_host.h (revision 158380)
|
| +++ content/browser/ppapi_plugin_process_host.h (working copy)
|
| @@ -111,6 +111,7 @@
|
|
|
| virtual void OnProcessLaunched() OVERRIDE;
|
|
|
| + virtual void OnProcessCrashed(int exit_code) OVERRIDE;
|
| virtual bool OnMessageReceived(const IPC::Message& msg) OVERRIDE;
|
| virtual void OnChannelConnected(int32 peer_pid) OVERRIDE;
|
| virtual void OnChannelError() OVERRIDE;
|
|
|