Index: content/ppapi_plugin/ppapi_thread.cc |
=================================================================== |
--- content/ppapi_plugin/ppapi_thread.cc (revision 150055) |
+++ content/ppapi_plugin/ppapi_thread.cc (working copy) |
@@ -124,7 +124,9 @@ |
IPC_END_MESSAGE_MAP() |
return true; |
} |
+ |
void PpapiThread::OnChannelConnected(int32 peer_pid) { |
+ ChildThread::OnChannelConnected(peer_pid); |
#if defined(OS_WIN) |
if (is_broker_) |
peer_handle_.Set(::OpenProcess(PROCESS_DUP_HANDLE, FALSE, peer_pid)); |