Index: content/browser/profiler_message_filter.cc |
diff --git a/content/browser/profiler_message_filter.cc b/content/browser/profiler_message_filter.cc |
index ef8b2b72ffc42d85b1533dd6023270c11e2d6787..c7db727be9cf7a1a97cf7e7aeb1414c26db14e12 100644 |
--- a/content/browser/profiler_message_filter.cc |
+++ b/content/browser/profiler_message_filter.cc |
@@ -16,7 +16,7 @@ ProfilerMessageFilter::ProfilerMessageFilter(int process_type) |
process_type_(process_type) { |
} |
-void ProfilerMessageFilter::OnChannelConnected(int32 peer_pid) { |
+void ProfilerMessageFilter::OnSenderConnected() { |
tracked_objects::ThreadData::Status status = |
tracked_objects::ThreadData::status(); |
Send(new ChildProcessMsg_SetProfilerStatus(status)); |