Commit 35e32dc1 authored by Dan Zhang's avatar Dan Zhang Committed by Commit Bot

Roll src/net/third_party/quiche/src/ 54fc9abd7..2228002b0 (8 commits)

https://quiche.googlesource.com/quiche.git/+log/54fc9abd737d..2228002b0f2d

$ git log 54fc9abd7..2228002b0 --date=short --no-merges --format='%ad %ae %s'
2020-11-16 danzh Disable QuicUnackedPacketMapTest.DebugString() in chromium.
2020-11-13 nharper Remove unused QuicVersionManager::GetSupportedTransportVersions
2020-11-13 nharper Remove old TODO(nharper) that is out of date
2020-11-13 bnc Remove QUIC priority experiments.
2020-11-12 bnc Remove SpdyDeframerVisitor.
2020-11-12 dschinazi Removed unused variable
2020-11-12 danzh Pass PATH_CHALLENGE payload to QuicPacketCreator::SendPathChallenge() instead of getting it populated by this interface.
2020-11-12 wub Enhance the error message of QUIC_BUG in QUIC BandwidthSampler.

Created with:
  roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src

R=bnc@chromium.org

Change-Id: I3925f0a3efbd8c7eb30c52e878cec3e3c15572bd
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2541807
Commit-Queue: Dan Zhang <danzh@chromium.org>
Commit-Queue: Bence Béky <bnc@chromium.org>
Auto-Submit: Dan Zhang <danzh@chromium.org>
Reviewed-by: default avatarBence Béky <bnc@chromium.org>
Cr-Commit-Position: refs/heads/master@{#827926}
parent f4811e8e
...@@ -328,7 +328,7 @@ vars = { ...@@ -328,7 +328,7 @@ vars = {
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling feed # the commit queue can handle CLs rolling feed
# and whatever else without interference from each other. # and whatever else without interference from each other.
'quiche_revision': '54fc9abd737d3e0a32d3174076add27a9bba4a67', 'quiche_revision': '2228002b0f2da9414048152533cbac310a354e3e',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling ios_webkit # the commit queue can handle CLs rolling ios_webkit
# and whatever else without interference from each other. # and whatever else without interference from each other.
......
...@@ -1416,9 +1416,6 @@ source_set("quiche_tests") { ...@@ -1416,9 +1416,6 @@ source_set("quiche_tests") {
"src/spdy/core/mock_spdy_framer_visitor.h", "src/spdy/core/mock_spdy_framer_visitor.h",
"src/spdy/core/priority_write_scheduler_test.cc", "src/spdy/core/priority_write_scheduler_test.cc",
"src/spdy/core/spdy_alt_svc_wire_format_test.cc", "src/spdy/core/spdy_alt_svc_wire_format_test.cc",
"src/spdy/core/spdy_deframer_visitor.cc",
"src/spdy/core/spdy_deframer_visitor.h",
"src/spdy/core/spdy_deframer_visitor_test.cc",
"src/spdy/core/spdy_frame_builder_test.cc", "src/spdy/core/spdy_frame_builder_test.cc",
"src/spdy/core/spdy_frame_reader_test.cc", "src/spdy/core/spdy_frame_reader_test.cc",
"src/spdy/core/spdy_framer_test.cc", "src/spdy/core/spdy_framer_test.cc",
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment