Index: content/browser/ppapi_plugin_process_host.cc |
diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc |
index 7da9abdbcfb039afbbeb982705f6a6945b1b354a..2f6bb1ecfa7d435b797f1efc6036c640fad763a7 100644 |
--- a/content/browser/ppapi_plugin_process_host.cc |
+++ b/content/browser/ppapi_plugin_process_host.cc |
@@ -243,6 +243,7 @@ void PpapiPluginProcessHost::RequestPluginChannel(Client* client) { |
} |
void PpapiPluginProcessHost::OnProcessLaunched() { |
+ host_impl_->set_plugin_process_handle(process_->GetHandle()); |
} |
bool PpapiPluginProcessHost::OnMessageReceived(const IPC::Message& msg) { |