| Index: base/time/time_mac.cc
|
| diff --git a/base/time/time_mac.cc b/base/time/time_mac.cc
|
| index 373ec3a3bc913afafd51c7793f49fcf7c337d74e..8f589166f0e343d6b3ec5053519b3a8ef7d4be61 100644
|
| --- a/base/time/time_mac.cc
|
| +++ b/base/time/time_mac.cc
|
| @@ -259,6 +259,11 @@ bool TimeTicks::IsHighResolution() {
|
| }
|
|
|
| // static
|
| +bool TimeTicks::IsConsistentAcrossProcesses() {
|
| + return true;
|
| +}
|
| +
|
| +// static
|
| TimeTicks::Clock TimeTicks::GetClock() {
|
| #if defined(OS_IOS)
|
| return Clock::IOS_CF_ABSOLUTE_TIME_MINUS_KERN_BOOTTIME;
|
|
|