Chromium Code Reviews| 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..f1f41f4313bfebf4663ea4070b3172e0aecdd412 100644 |
| --- a/net/quic/quic_stream_factory.h |
| +++ b/net/quic/quic_stream_factory.h |
| @@ -249,7 +249,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory |
| const QuicServerId& server_id) const; |
| // Helped methods. |
|
Ryan Hamilton
2015/03/18 22:55:43
hah! s/Helped/Helper/ as long as you're here.
Bence
2015/03/19 12:45:39
Done.
|
| - bool WasAlternateProtocolRecentlyBroken(const QuicServerId& server_id) const; |
| + bool WasAlternativeServiceRecentlyBroken(const QuicServerId& server_id) const; |
|
Ryan Hamilton
2015/03/18 22:55:43
Can you rename this to be WasQuicRecentlyBroken?
Bence
2015/03/19 12:45:39
Done.
|
| bool CryptoConfigCacheIsEmpty(const QuicServerId& server_id); |
| // Initializes the cached state associated with |server_id| in |