Index: content/browser/renderer_host/render_process_host_impl.cc |
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc |
index 49ed5dfa648c0ec2e4e47790eb295b647aa842be..81e4bf1ac2e32e8e5e077b0a4f693146ca202ae2 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1291,6 +1291,8 @@ void RenderProcessHostImpl::OnChannelConnected(int32 peer_pid) { |
tracked_objects::ThreadData::Status status = |
tracked_objects::ThreadData::status(); |
Send(new ChildProcessMsg_SetProfilerStatus(status)); |
+ |
+ Send(new ViewMsg_SetRendererProcessID(GetID())); |
} |
void RenderProcessHostImpl::OnChannelError() { |