Index: content/browser/profiler_message_filter.cc |
diff --git a/content/browser/profiler_message_filter.cc b/content/browser/profiler_message_filter.cc |
index 825e9dc2647a7dcaf6847c652eb12b8fab930dd9..adea8e71fa04c7de706e0a6958abafb7c6890109 100644 |
--- a/content/browser/profiler_message_filter.cc |
+++ b/content/browser/profiler_message_filter.cc |
@@ -12,8 +12,7 @@ |
namespace content { |
ProfilerMessageFilter::ProfilerMessageFilter(int process_type) |
- : BrowserMessageFilter(ChildProcessMsgStart), |
- process_type_(process_type) { |
+ : process_type_(process_type) { |
} |
void ProfilerMessageFilter::OnChannelConnected(int32 peer_pid) { |