Index: third_party/WebKit/public/platform/Platform.h |
diff --git a/third_party/WebKit/public/platform/Platform.h b/third_party/WebKit/public/platform/Platform.h |
index 17b96efa50a518f375dabf9c4423b2baa00bc177..7f49807bfe65b73faa2eb60adfd2f42957594dbc 100644 |
--- a/third_party/WebKit/public/platform/Platform.h |
+++ b/third_party/WebKit/public/platform/Platform.h |
@@ -399,14 +399,6 @@ public: |
// Returns a value such as "en-US". |
virtual WebString defaultLocale() { return WebString(); } |
- // Wall clock time in seconds since the epoch. |
- virtual double currentTimeSeconds() { return 0; } |
- |
- // Monotonically increasing time in seconds from an arbitrary fixed point in the past. |
- // This function is expected to return at least millisecond-precision values. For this reason, |
- // it is recommended that the fixed point be no further in the past than the epoch. |
- virtual double monotonicallyIncreasingTimeSeconds() { return 0; } |
- |
// Returns an interface to the main thread. Can be null if blink was initialized on a thread without a message loop. |
BLINK_PLATFORM_EXPORT WebThread* mainThread() const; |