| Index: base/process/process_metrics_mac.cc
|
| diff --git a/base/process/process_metrics_mac.cc b/base/process/process_metrics_mac.cc
|
| index 755c63957b716b3eec7632b22d9ddf55ef22227e..19428fafef755d078236ade87accb6bd41cea3bf 100644
|
| --- a/base/process/process_metrics_mac.cc
|
| +++ b/base/process/process_metrics_mac.cc
|
| @@ -289,7 +289,7 @@ bool ProcessMetrics::GetCommittedAndWorkingSetKBytes(
|
| }
|
|
|
| size_t ProcessMetrics::GetPhysicalFootprint() const {
|
| - if (mac::IsAtMostOS10_10())
|
| + if (mac::IsAtMostOS10_11())
|
| return 0;
|
|
|
| ChromeTaskVMInfo task_vm_info;
|
|
|