Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(468)

Unified Diff: net/quic/quic_packet_generator.h

Issue 15937012: Land Recent QUIC changes. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Small bug fixes Created 7 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698