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