| Index: net/http/http_stream_factory_impl_job.h
|
| diff --git a/net/http/http_stream_factory_impl_job.h b/net/http/http_stream_factory_impl_job.h
|
| index dbfa4d13a46d7da9965b91fde1e4ff0e40d353c7..1f0df156877b554a3c16b4268cfd7e2dbaee136c 100644
|
| --- a/net/http/http_stream_factory_impl_job.h
|
| +++ b/net/http/http_stream_factory_impl_job.h
|
| @@ -148,6 +148,8 @@ class HttpStreamFactoryImpl::Job {
|
|
|
| virtual const NetLogWithSource* GetNetLog() const = 0;
|
|
|
| + virtual const QuicVersionVector& GetAdvertisedQuicVersions() const = 0;
|
| +
|
| virtual WebSocketHandshakeStreamBase::CreateHelper*
|
| websocket_handshake_stream_create_helper() = 0;
|
|
|
|
|