| Index: content/browser/ppapi_plugin_process_host.cc
|
| ===================================================================
|
| --- content/browser/ppapi_plugin_process_host.cc (revision 158380)
|
| +++ content/browser/ppapi_plugin_process_host.cc (working copy)
|
| @@ -242,6 +242,10 @@
|
| void PpapiPluginProcessHost::OnProcessLaunched() {
|
| }
|
|
|
| +void PpapiPluginProcessHost::OnProcessCrashed(int exit_code) {
|
| + PluginServiceImpl::GetInstance()->RegisterPluginCrash(plugin_path_);
|
| +}
|
| +
|
| bool PpapiPluginProcessHost::OnMessageReceived(const IPC::Message& msg) {
|
| bool handled = true;
|
| IPC_BEGIN_MESSAGE_MAP(PpapiPluginProcessHost, msg)
|
|
|