| Index: net/quic/quic_protocol.h
|
| diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
|
| index 2bb678bdb9a3125c1a4087f02c1df4da187b7423..b68a9940b82f153713e29f349492d0b92cc6c61a 100644
|
| --- a/net/quic/quic_protocol.h
|
| +++ b/net/quic/quic_protocol.h
|
| @@ -662,11 +662,6 @@ struct NET_EXPORT_PRIVATE QuicStreamFrame {
|
| bool fin;
|
| QuicStreamOffset offset; // Location of this data in the stream.
|
| IOVector data;
|
| -
|
| - // TODO(rjshade): Remove with FLAGS_quic_attach_ack_notifiers_to_packets.
|
| - // If this is set, then when this packet is ACKed the AckNotifier will be
|
| - // informed.
|
| - QuicAckNotifier* notifier;
|
| };
|
|
|
| // TODO(ianswett): Re-evaluate the trade-offs of hash_set vs set when framing
|
|
|