Chromium Code Reviews| Index: webrtc/base/timeutils.cc |
| diff --git a/webrtc/base/timeutils.cc b/webrtc/base/timeutils.cc |
| index 7fcc2f4149d4868dc55691bf53169978386d2634..ee1415f4d22c82680117685c7d550e5221d2cd07 100644 |
| --- a/webrtc/base/timeutils.cc |
| +++ b/webrtc/base/timeutils.cc |
| @@ -39,6 +39,10 @@ ClockInterface* SetClockForTesting(ClockInterface* clock) { |
| return prev; |
| } |
| +ClockInterface* GetClockForTesting() { |
| + return g_clock; |
| +} |
| + |
| int64_t SystemTimeNanos() { |
| int64_t ticks; |
| #if defined(WEBRTC_MAC) |