Roll src/net/third_party/quiche/src/ 73e241386..a037b8b34 (7 commits)
https://quiche.googlesource.com/quiche.git/+log/73e2413865fc..a037b8b34eab
$ git log 73e241386..a037b8b34 --date=short --no-merges --format='%ad %ae %s'
2019-05-07 fkastenholz Refactor QuicFramer::Get...ConnectionCloseFrameSize
2019-05-07 quiche-dev unbreak TachyonIOS, remove const on bool return value in quick_session.h
2019-05-06 renjietang Use a QuicSession member to latch gfe2_reloadable_flag_quic_eliminate_static_stream_map_2.
2019-05-06 dschinazi Make client drop packets with wrong versions
2019-05-06 dschinazi Support IETF RETRY from client
2019-05-06 quiche-dev Create a helper that wraps a competing QuicEndpoint for Quartc simulator tests.
2019-05-06 ianswett gfe-relnote: n/a (Refactor) Move the only method in ConnectionCloseDelegateInterface into QuicPacketCreator::Delegate and delete ConnectionCloseDelegateInterface. No functional change, not flag protected.
Created with:
roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src
[email protected]
Change-Id: Ic003434d2852fd3d65ca3b3c4215876f46f2fafb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1599709
Commit-Queue: Ryan Hamilton <[email protected]>
Reviewed-by: Ryan Hamilton <[email protected]>
Cr-Commit-Position: refs/heads/master@{#657556}
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 8eb1150e..aa19ec2 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1539,7 +1539,6 @@
"third_party/quiche/src/quic/core/quic_config.h",
"third_party/quiche/src/quic/core/quic_connection.cc",
"third_party/quiche/src/quic/core/quic_connection.h",
- "third_party/quiche/src/quic/core/quic_connection_close_delegate_interface.h",
"third_party/quiche/src/quic/core/quic_connection_id.cc",
"third_party/quiche/src/quic/core/quic_connection_id.h",
"third_party/quiche/src/quic/core/quic_connection_stats.cc",
@@ -5546,6 +5545,8 @@
"third_party/quiche/src/quic/quartc/test/bidi_test_runner.cc",
"third_party/quiche/src/quic/quartc/test/bidi_test_runner.h",
"third_party/quiche/src/quic/quartc/test/quartc_bidi_test.cc",
+ "third_party/quiche/src/quic/quartc/test/quartc_competing_endpoint.cc",
+ "third_party/quiche/src/quic/quartc/test/quartc_competing_endpoint.h",
"third_party/quiche/src/quic/quartc/test/quartc_data_source.cc",
"third_party/quiche/src/quic/quartc/test/quartc_data_source.h",
"third_party/quiche/src/quic/quartc/test/quartc_data_source_test.cc",