| Index: net/quic/quic_data_stream.h
|
| diff --git a/net/quic/quic_data_stream.h b/net/quic/quic_data_stream.h
|
| index aa4a7c3dc44c8ef58f8c6097068309111d69b1cd..496145cd04e920f390dce9772b409e0fc161ff7f 100644
|
| --- a/net/quic/quic_data_stream.h
|
| +++ b/net/quic/quic_data_stream.h
|
| @@ -59,6 +59,7 @@ class NET_EXPORT_PRIVATE QuicDataStream : public ReliableQuicStream {
|
| // ReliableQuicStream implementation
|
| void OnClose() override;
|
| uint32 ProcessRawData(const char* data, uint32 data_len) override;
|
| +
|
| // By default, this is the same as priority(), however it allows streams
|
| // to temporarily alter effective priority. For example if a SPDY stream has
|
| // compressed but not written headers it can write the headers with a higher
|
|
|