summaryrefslogtreecommitdiffstats
path: root/chromium/net/quic/quic_clock.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/net/quic/quic_clock.cc')
-rw-r--r--chromium/net/quic/quic_clock.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chromium/net/quic/quic_clock.cc b/chromium/net/quic/quic_clock.cc
index 865562369fa..9d5ac6d17ab 100644
--- a/chromium/net/quic/quic_clock.cc
+++ b/chromium/net/quic/quic_clock.cc
@@ -14,7 +14,8 @@ QuicClock::QuicClock() {
QuicClock::~QuicClock() {}
QuicTime QuicClock::ApproximateNow() const {
- // Chrome does not have a distinct notion of ApproximateNow().
+ // At the moment, Chrome does not have a distinct notion of ApproximateNow().
+ // We should consider implementing this using MessageLoop::recent_time_.
return Now();
}