| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 8a3437bc9dc71f7f99877ef771176aec5248a54c..d76892aba71c8af0aa3eabbecfc74ea078d044c3 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -18,6 +18,7 @@
|
| #include "net/base/net_log.h"
|
| #include "net/base/network_change_notifier.h"
|
| #include "net/cert/cert_database.h"
|
| +#include "net/http/http_server_properties.h"
|
| #include "net/proxy/proxy_server.h"
|
| #include "net/quic/network_connection.h"
|
| #include "net/quic/quic_config.h"
|
| @@ -249,7 +250,9 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
|
| const QuicServerId& server_id) const;
|
|
|
| // Helped methods.
|
| - bool WasAlternateProtocolRecentlyBroken(const QuicServerId& server_id) const;
|
| + bool WasAlternateProtocolRecentlyBroken(
|
| + const QuicServerId& server_id,
|
| + const AlternateProtocolInfo& alternat_protocol) const;
|
| bool CryptoConfigCacheIsEmpty(const QuicServerId& server_id);
|
|
|
| // Initializes the cached state associated with |server_id| in
|
|
|