Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(291)

Unified Diff: base/process/process_metrics_mac.cc

Issue 2847593002: [Merge to 3071] Stop emitting physical footprint on macOS 10.11. (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_memory_details.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/metrics/metrics_memory_details.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698