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

Unified Diff: net/tools/quic/end_to_end_test.cc

Issue 868993002: Land Recent QUIC Changes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merging with TOT Created 5 years, 11 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/test_tools/quic_sent_packet_manager_peer.cc ('k') | net/tools/quic/test_tools/quic_test_client.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/end_to_end_test.cc
diff --git a/net/tools/quic/end_to_end_test.cc b/net/tools/quic/end_to_end_test.cc
index 1104528c49d376fbeb29957c78218ba554fe60ea..b2093e0a1ccdd0a6f2400d21c8a1f2d76a896b59 100644
--- a/net/tools/quic/end_to_end_test.cc
+++ b/net/tools/quic/end_to_end_test.cc
@@ -142,12 +142,9 @@ vector<TestParams> GetTestParams() {
use_fec != 0, congestion_control_tag));
// Test client supporting all versions and server supporting 1
- // version.
- // Simulate an old server and exercise version downgrade in the
- // client.
- // Protocol negotiation should occur. Skip the i = 0 case because it
- // is
- // essentially the same as the default case.
+ // version. Simulate an old server and exercise version downgrade in
+ // the client. Protocol negotiation should occur. Skip the i = 0 case
+ // because it is essentially the same as the default case.
for (QuicVersion version : *client_versions) {
QuicVersionVector server_supported_versions;
server_supported_versions.push_back(version);
« no previous file with comments | « net/quic/test_tools/quic_sent_packet_manager_peer.cc ('k') | net/tools/quic/test_tools/quic_test_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698