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

Unified Diff: base/process/process_metrics.h

Issue 549753002: Cleanup bits of base::ProcessMetrics. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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 | base/process/process_metrics.cc » ('j') | base/process/process_metrics.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/process/process_metrics.h
diff --git a/base/process/process_metrics.h b/base/process/process_metrics.h
index 15671337f679401e89f18ab67061f5fece747a54..16b21bad20d915b70d7c2090a4c6327856979e87 100644
--- a/base/process/process_metrics.h
+++ b/base/process/process_metrics.h
@@ -202,9 +202,11 @@ class BASE_EXPORT ProcessMetrics {
TimeTicks last_cpu_time_;
int64 last_system_time_;
+#if defined(OS_MACOSX)
Lei Zhang 2014/09/06 09:31:57 OS X only variables
// Same thing for idle wakeups.
TimeTicks last_idle_wakeups_time_;
- int64 last_absolute_idle_wakeups_;
+ uint64 last_absolute_idle_wakeups_;
Lei Zhang 2014/09/06 09:31:57 in process_metrics_mac.cc, the value from OS X is
+#endif
#if !defined(OS_IOS)
#if defined(OS_MACOSX)
« no previous file with comments | « no previous file | base/process/process_metrics.cc » ('j') | base/process/process_metrics.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698