| Index: content/browser/profiler_message_filter.cc
|
| ===================================================================
|
| --- content/browser/profiler_message_filter.cc (revision 252600)
|
| +++ content/browser/profiler_message_filter.cc (working copy)
|
| @@ -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) {
|
|
|