| 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 2347cf507ab446841a2f6cfd4407d09300ebea0d..00b6f9a665ac771e35fa77cd55568027b7d29085 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1284,6 +1284,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() {
|
|
|