| Index: net/quic/quic_packet_generator.h
|
| diff --git a/net/quic/quic_packet_generator.h b/net/quic/quic_packet_generator.h
|
| index dad1924ff4e16973931bb3dbf7a389c25ac890b0..9af5d8a4b55b3b652a6d1f7355503ad90e1c2a35 100644
|
| --- a/net/quic/quic_packet_generator.h
|
| +++ b/net/quic/quic_packet_generator.h
|
| @@ -87,12 +87,12 @@ class NET_EXPORT_PRIVATE QuicPacketGenerator {
|
| // Enables flushing and flushes queued data.
|
| void FinishBatchOperations();
|
|
|
| - bool HasQueuedData() const;
|
| + bool HasQueuedFrames() const;
|
|
|
| private:
|
| - void SendQueuedData();
|
| + void SendQueuedFrames();
|
|
|
| - bool HasPendingData() const;
|
| + bool HasPendingFrames() const;
|
| bool AddNextPendingFrame();
|
| void SerializeAndSendPacket();
|
|
|
|
|