Index: base/time.h |
=================================================================== |
--- base/time.h (revision 54549) |
+++ base/time.h (working copy) |
@@ -459,6 +459,11 @@ |
// SHOULD ONLY BE USED WHEN IT IS REALLY NEEDED. |
static TimeTicks HighResNow(); |
+#if defined(OS_WIN) |
+ // Get the absolute value of QPC time drift. For testing. |
+ static int64 GetQPCDriftMicroseconds(); |
+#endif |
+ |
// Returns true if this object has not been initialized. |
bool is_null() const { |
return ticks_ == 0; |