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

Unified Diff: net/quic/test_tools/quic_test_utils.cc

Issue 1191823003: relnote: Minor QUIC code cleanups. No functional change. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@Increase_the_maximum_number_tracked_96205856
Patch Set: Created 5 years, 6 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_packet_creator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/test_tools/quic_test_utils.cc
diff --git a/net/quic/test_tools/quic_test_utils.cc b/net/quic/test_tools/quic_test_utils.cc
index c38be577b7e1e515762796543a21975b501ea69a..db45d15ab1d5c0cf2b700cc11183773301cf2e15 100644
--- a/net/quic/test_tools/quic_test_utils.cc
+++ b/net/quic/test_tools/quic_test_utils.cc
@@ -686,9 +686,9 @@ size_t GetPacketLengthForOneStream(
QuicPacketCreator::StreamFramePacketOverhead(
PACKET_8BYTE_CONNECTION_ID, include_version,
sequence_number_length, 0u, is_in_fec_group);
- const size_t ack_length = NullEncrypter().GetCiphertextSize(
- QuicFramer::GetMinAckFrameSize(
- sequence_number_length, PACKET_1BYTE_SEQUENCE_NUMBER)) +
+ const size_t ack_length =
+ NullEncrypter().GetCiphertextSize(
+ QuicFramer::GetMinAckFrameSize(PACKET_1BYTE_SEQUENCE_NUMBER)) +
GetPacketHeaderSize(connection_id_length, include_version,
sequence_number_length, is_in_fec_group);
if (stream_length < ack_length) {
« no previous file with comments | « net/quic/quic_packet_creator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698