Index: base/time/time.h |
diff --git a/base/time/time.h b/base/time/time.h |
index a236a3f09a04d9ab514f92b17a35cba3dd79213c..112c14eab51604a3602fd2beadc18cabe66a5f1d 100644 |
--- a/base/time/time.h |
+++ b/base/time/time.h |
@@ -544,6 +544,8 @@ class BASE_EXPORT TimeTicks { |
// SHOULD ONLY BE USED WHEN IT IS REALLY NEEDED. |
static TimeTicks HighResNow(); |
+ static bool IsHighResNowFastAndReliable(); |
+ |
// Returns true if ThreadNow() is supported on this system. |
static bool IsThreadNowSupported() { |
#if defined(_POSIX_THREAD_CPUTIME) && (_POSIX_THREAD_CPUTIME >= 0) |