| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index 21b2139195452fc74cfcdb7b49eab000f1fdf54b..23a00797ae824f6c17dee979fae8aefd44097bac 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -90,7 +90,7 @@ BrowserChildProcessHostImpl::BrowserChildProcessHostImpl(
|
|
|
| child_process_host_.reset(ChildProcessHost::Create(this));
|
| child_process_host_->AddFilter(new TraceMessageFilter);
|
| - child_process_host_->AddFilter(new ProfilerMessageFilter);
|
| + child_process_host_->AddFilter(new content::ProfilerMessageFilter(type));
|
|
|
| g_child_process_list.Get().push_back(this);
|
| content::GetContentClient()->browser()->BrowserChildProcessHostCreated(this);
|
|
|