| Index: base/time/time_posix.cc
|
| diff --git a/base/time/time_posix.cc b/base/time/time_posix.cc
|
| index 495e249f006523cad5e6b8754bb72e604f4f4423..0897f9c64e64e669d64c122d7a3b6c8852a082a4 100644
|
| --- a/base/time/time_posix.cc
|
| +++ b/base/time/time_posix.cc
|
| @@ -340,6 +340,11 @@ bool TimeTicks::IsHighResolution() {
|
| }
|
|
|
| // static
|
| +bool TimeTicks::IsConsistentAcrossProcesses() {
|
| + return true;
|
| +}
|
| +
|
| +// static
|
| ThreadTicks ThreadTicks::Now() {
|
| #if (defined(_POSIX_THREAD_CPUTIME) && (_POSIX_THREAD_CPUTIME >= 0)) || \
|
| defined(OS_ANDROID)
|
|
|