| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 6446e11356f6b964c3c0c3970bbf01583e1323fc..c55059002be1edb4185c311b53eb601d59f0a3b4 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -248,8 +248,8 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| int64 GetServerNetworkStatsSmoothedRttInMicroseconds(
|
| const QuicServerId& server_id) const;
|
|
|
| - // Helped methods.
|
| - bool WasAlternateProtocolRecentlyBroken(const QuicServerId& server_id) const;
|
| + // Helper methods.
|
| + bool WasQuicRecentlyBroken(const QuicServerId& server_id) const;
|
| bool CryptoConfigCacheIsEmpty(const QuicServerId& server_id);
|
|
|
| // Initializes the cached state associated with |server_id| in
|
|
|