| 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 317f979b5e832f404e5e2819a7f67d8231c3f5fc..ca2a440da73b73576b87b638ea2dcc4e29e21732 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() {
|
|
|