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 56ca3e063915942395e172aabc8b9b7529ec9708..61220cff0b6c6b6bbdc65596859fd317d3ae24b8 100644 |
--- a/content/browser/browser_child_process_host_impl.cc |
+++ b/content/browser/browser_child_process_host_impl.cc |
@@ -112,7 +112,7 @@ BrowserChildProcessHostImpl::BrowserChildProcessHostImpl( |
data_.id = ChildProcessHostImpl::GenerateChildProcessUniqueId(); |
child_process_host_.reset(ChildProcessHost::Create(this)); |
- AddFilter(new TraceMessageFilter); |
+ AddFilter(new TraceMessageFilter(data_.id)); |
AddFilter(new ProfilerMessageFilter(process_type)); |
AddFilter(new HistogramMessageFilter); |