Index: base/time/time_mac.cc |
diff --git a/base/time/time_mac.cc b/base/time/time_mac.cc |
index d5b6a002fbf8002766dbfa10e2e823ac77db8026..fa1282fdeca3284040c10984ea35745eaa3d9f9d 100644 |
--- a/base/time/time_mac.cc |
+++ b/base/time/time_mac.cc |
@@ -190,6 +190,11 @@ TimeTicks TimeTicks::HighResNow() { |
} |
// static |
+bool TimeTicks::IsHighResNowFastAndReliable() { |
+ return true; |
+} |
+ |
+// static |
TimeTicks TimeTicks::ThreadNow() { |
NOTREACHED(); |
return TimeTicks(); |