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

Unified Diff: net/tools/quic/quic_epoll_clock.h

Issue 1421853006: Landing Recent QUIC changes until: Fri Oct 30 22:23:58 2015 +0000 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix comments Created 5 years, 1 month 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
« no previous file with comments | « net/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_epoll_clock.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_epoll_clock.h
diff --git a/net/tools/quic/quic_epoll_clock.h b/net/tools/quic/quic_epoll_clock.h
index c5a1390bd242aa1625edb3c3d9b927fe696286ee..b5eafc882d8191cbc071527b2924f84702c8b014 100644
--- a/net/tools/quic/quic_epoll_clock.h
+++ b/net/tools/quic/quic_epoll_clock.h
@@ -27,9 +27,13 @@ class QuicEpollClock : public QuicClock {
QuicTime ApproximateNow() const override;
// Returns the current time as a QuicTime object.
- // Note: this use significant resources please use only if needed.
+ // Note: this uses significant resources, please use only if needed.
QuicTime Now() const override;
+ // Returns the current time as a QuicWallTime object.
+ // Note: this uses significant resources, please use only if needed.
+ QuicWallTime WallNow() const override;
+
protected:
EpollServer* epoll_server_;
« no previous file with comments | « net/tools/quic/quic_dispatcher_test.cc ('k') | net/tools/quic/quic_epoll_clock.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698