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

Unified Diff: net/quic/quic_packet_creator.h

Issue 1670863002: QUIC - minor cleanup changes to keep code in sync with the internal source. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Final_0204
Patch Set: Created 4 years, 10 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
« no previous file with comments | « net/quic/quic_one_block_arena.h ('k') | net/quic/quic_protocol.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_packet_creator.h
diff --git a/net/quic/quic_packet_creator.h b/net/quic/quic_packet_creator.h
index 32ca2bc63211e8e1ea0303f69461230dae9ea000..b41819018385177852c9ebfe2957d3ca0af2d68f 100644
--- a/net/quic/quic_packet_creator.h
+++ b/net/quic/quic_packet_creator.h
@@ -177,8 +177,7 @@ class NET_EXPORT_PRIVATE QuicPacketCreator {
bool AddPaddedSavedFrame(const QuicFrame& frame);
// Adds |listener| to the next serialized packet and notifies the
- // std::listener
- // with |length| as the number of acked bytes.
+ // std::listener with |length| as the number of acked bytes.
void AddAckListener(QuicAckListenerInterface* listener,
QuicPacketLength length);
« no previous file with comments | « net/quic/quic_one_block_arena.h ('k') | net/quic/quic_protocol.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698