| Index: net/quic/quic_clock.h
|
| diff --git a/net/quic/quic_clock.h b/net/quic/quic_clock.h
|
| index dca211e27e18dfb6e9c1903df1308a2a7aeda486..6b6cb31b9824cf84a2ff6ec8eca0ee9934d1932a 100644
|
| --- a/net/quic/quic_clock.h
|
| +++ b/net/quic/quic_clock.h
|
| @@ -21,6 +21,10 @@ class NET_EXPORT_PRIVATE QuicClock {
|
| virtual ~QuicClock();
|
|
|
| // Returns the approximate current time as a QuicTime object.
|
| + virtual QuicTime ApproximateNow() const;
|
| +
|
| + // Returns the current time as a QuicTime object.
|
| + // Note: this use significant resources please use only if needed.
|
| virtual QuicTime Now() const;
|
|
|
| // Returns the current time as an offset from the Unix epoch (1970-01-01
|
|
|