Index: chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
diff --git a/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc b/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
index 24b2d931ad0e47b4b5d536f0f7920d455658a6f7..30aa7b31e27e25b756d56c458932f319890721af 100644 |
--- a/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
+++ b/chrome/browser/ui/webui/memory_internals/memory_internals_proxy.cc |
@@ -202,7 +202,7 @@ void MemoryInternalsProxy::StartFetch(const base::ListValue* list) { |
information_->Clear(); |
scoped_refptr<ProcessDetails> process(new ProcessDetails( |
base::Bind(&MemoryInternalsProxy::OnProcessAvailable, this))); |
- process->StartFetch(MemoryDetails::SKIP_USER_METRICS); |
+ process->StartFetch(); |
} |
MemoryInternalsProxy::~MemoryInternalsProxy() {} |