| 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 b1c3627e83a9d05d9ff097c700710f014034eb59..1ac9bc37cee100e6119c273a5a3c3cbaa2ff370b 100644
|
| --- a/content/browser/renderer_host/render_process_host_impl.cc
|
| +++ b/content/browser/renderer_host/render_process_host_impl.cc
|
| @@ -1406,8 +1406,6 @@ 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() {
|
|
|