| Index: net/http/http_network_session.h
|
| diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
|
| index 0987d548b3e1a396416e03a3daf036876b9e53fa..bf6436896aa716ebe199988b7c39c18023f345b3 100644
|
| --- a/net/http/http_network_session.h
|
| +++ b/net/http/http_network_session.h
|
| @@ -298,6 +298,12 @@ class NET_EXPORT HttpNetworkSession
|
| void DumpMemoryStats(base::trace_event::ProcessMemoryDump* pmd,
|
| const std::string& parent_absolute_name) const;
|
|
|
| + // Evaluates if QUIC is enabled for new streams.
|
| + bool IsQuicEnabled() const;
|
| +
|
| + // Disable QUIC for new streams.
|
| + void DisableQuic();
|
| +
|
| private:
|
| friend class HttpNetworkSessionPeer;
|
|
|
|
|