| Index: chrome/browser/memory_details_mac.cc
|
| diff --git a/chrome/browser/memory_details_mac.cc b/chrome/browser/memory_details_mac.cc
|
| index 36b77ff256c7bf359c3c6ef375def303a9e33c8d..2a7292f827c6830c20741651a90875c7da4dd5cf 100644
|
| --- a/chrome/browser/memory_details_mac.cc
|
| +++ b/chrome/browser/memory_details_mac.cc
|
| @@ -62,7 +62,7 @@ void CollectProcessDataForChromeProcess(
|
| base::ProcessMetrics::CreateProcessMetrics(
|
| pid, content::BrowserChildProcessHost::GetPortProvider());
|
| metrics->GetCommittedAndWorkingSetKBytes(&info.committed, &info.working_set);
|
| - info.phys_footprint = metrics->GetPhysicalFootprint();
|
| + info.phys_footprint = metrics->GetTaskVMInfo().phys_footprint;
|
|
|
| processes->push_back(info);
|
| }
|
|
|