| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 0e696049acdb4cecbfd1250b4d05eca4f132d5f6..644fbc7672759f5b809969401dce63b47389c064 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -228,6 +228,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
|
|
| void set_require_confirmation(bool require_confirmation);
|
|
|
| + bool ZeroRTTEnabledFor(const QuicServerId& server_id);
|
| +
|
| // It returns the amount of time waiting job should be delayed.
|
| base::TimeDelta GetTimeDelayForWaitingJob(const QuicServerId& server_id);
|
|
|
|
|