Index: content/browser/profiler_message_filter.cc |
=================================================================== |
--- content/browser/profiler_message_filter.cc (revision 225900) |
+++ content/browser/profiler_message_filter.cc (working copy) |
@@ -16,8 +16,6 @@ |
} |
void ProfilerMessageFilter::OnChannelConnected(int32 peer_pid) { |
- BrowserMessageFilter::OnChannelConnected(peer_pid); |
- |
tracked_objects::ThreadData::Status status = |
tracked_objects::ThreadData::status(); |
Send(new ChildProcessMsg_SetProfilerStatus(status)); |