Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: webrtc/base/timeutils.h

Issue 2290203002: Delete Timing class, timing.h, and update all users. (Closed)
Patch Set: Delete obsolete test. Fix unit error. Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: webrtc/base/timeutils.h
diff --git a/webrtc/base/timeutils.h b/webrtc/base/timeutils.h
index 25ef52105cdfa91afd038ee66dd98f2e3bd7f4f7..3e7d78cc8c3e0098fac9ff05851ba27c2e782c94 100644
--- a/webrtc/base/timeutils.h
+++ b/webrtc/base/timeutils.h
@@ -108,6 +108,9 @@ class TimestampWrapAroundHandler {
// is still 32 bits on many systems.
int64_t TmToSeconds(const std::tm& tm);
+// Returns number of seconds since January 1, 1970, UTC.
+double WallClockSeconds();
+
} // namespace rtc
#endif // WEBRTC_BASE_TIMEUTILS_H_

Powered by Google App Engine
This is Rietveld 408576698