Chromium Code Reviews| 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) |