| Index: net/quic/quic_stream_factory.h
|
| diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
|
| index 4ffbac66dbfdf807a9b5eab8f3d413130c9e5aa5..a6d31a82cd4dc92bdd8099e21f49d733aa562167 100644
|
| --- a/net/quic/quic_stream_factory.h
|
| +++ b/net/quic/quic_stream_factory.h
|
| @@ -75,7 +75,6 @@ class NET_EXPORT_PRIVATE QuicStreamRequest {
|
| private:
|
| QuicStreamFactory* factory_;
|
| HostPortPair host_port_pair_;
|
| - bool is_https_;
|
| BoundNetLog net_log_;
|
| CompletionCallback callback_;
|
| scoped_ptr<QuicHttpStream> stream_;
|
|
|