diff options
Diffstat (limited to 'content/browser/browser_child_process_host_impl.cc')
-rw-r--r-- | content/browser/browser_child_process_host_impl.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc index d88d5de..0755e8b 100644 --- a/content/browser/browser_child_process_host_impl.cc +++ b/content/browser/browser_child_process_host_impl.cc @@ -18,7 +18,6 @@ #include "base/synchronization/waitable_event.h" #include "content/browser/histogram_message_filter.h" #include "content/browser/loader/resource_message_filter.h" -#include "content/browser/memory/memory_message_filter.h" #include "content/browser/profiler_message_filter.h" #include "content/browser/tracing/trace_message_filter.h" #include "content/common/child_process_host_impl.h" @@ -121,7 +120,6 @@ BrowserChildProcessHostImpl::BrowserChildProcessHostImpl( AddFilter(new TraceMessageFilter(data_.id)); AddFilter(new ProfilerMessageFilter(process_type)); AddFilter(new HistogramMessageFilter); - AddFilter(new MemoryMessageFilter); g_child_process_list.Get().push_back(this); GetContentClient()->browser()->BrowserChildProcessHostCreated(this); |