| Index: webrtc/p2p/quic/quictransportchannel.cc
|
| diff --git a/webrtc/p2p/quic/quictransportchannel.cc b/webrtc/p2p/quic/quictransportchannel.cc
|
| index 446fd4201cc8de964513b4435d7b0b4605c46f7a..15bc1b04b4e43a706dbd26a03fb199a5ab190c30 100644
|
| --- a/webrtc/p2p/quic/quictransportchannel.cc
|
| +++ b/webrtc/p2p/quic/quictransportchannel.cc
|
| @@ -574,7 +574,7 @@ void QuicTransportChannel::set_quic_state(QuicTransportState state) {
|
|
|
| ReliableQuicStream* QuicTransportChannel::CreateQuicStream() {
|
| if (quic_) {
|
| - net::SpdyPriority priority = 0; // Priority of the QUIC stream (not used)
|
| + net::SpdyPriority priority = 0; // Priority of the QUIC stream
|
| return quic_->CreateOutgoingDynamicStream(priority);
|
| }
|
| return nullptr;
|
|
|