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 9cfca46585b345a6163e237f0b644272c4a7d74a..316e7fc36e622708b11e589a6fddf6a32df389bd 100644 |
--- a/content/browser/renderer_host/render_process_host_impl.cc |
+++ b/content/browser/renderer_host/render_process_host_impl.cc |
@@ -1403,8 +1403,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() { |