Index: base/time/time.h |
diff --git a/base/time/time.h b/base/time/time.h |
index 9cb007ec222b3ec8f4e13a57780e510e1e2ca5d8..d61a351f18cc236ecaf22ff5dbe60274557c0b96 100644 |
--- a/base/time/time.h |
+++ b/base/time/time.h |
@@ -634,9 +634,6 @@ class BASE_EXPORT TimeTicks { |
// Returns true if the high resolution clock is working on this system. |
// This is only for testing. |
static bool IsHighResClockWorking(); |
- |
- // Returns a time value that is NOT rollover protected. |
- static TimeTicks UnprotectedNow(); |
#endif |
// Returns true if this object has not been initialized. |