Roll src/net/third_party/quiche/src/ d85976f86..67840e16e (15 commits)

https://quiche.googlesource.com/quiche.git/+log/d85976f86ec3..67840e16ec81

$ git log d85976f86..67840e16e --date=short --no-merges --format='%ad %ae %s'
2019-10-01 dschinazi Disable SupportsAntiAmplificationLimit to avoid infinite loop
2019-10-01 dschinazi Prevent fuzzer from sending version negotiation packets
2019-10-01 dschinazi Prevent fuzzer from sending unsupported RETRY packets
2019-10-01 bnc Record header compression ratio.
2019-09-30 bnc Add QPACK logging for each encoded header list to track whether encoding is blocked.
2019-09-30 fkastenholz Add comments explaining why some tests are only for IETF QUIC or Google QUIC.
2019-09-30 wub gfe-relnote: Default-initialize QUIC BBRv2's inflight_hi_headroom from flags. No behavior change.
2019-09-29 wub Internal QUICHE change
2019-09-27 dschinazi Allow parsing PROX packets with length prefix
2019-09-27 nharper Use 16-byte auth tags when initial obfuscators are used
2019-09-27 zhongyi gfe-relnote: (n/a) comments only
2019-09-27 renjietang Add debug visitor for SETTINGS sent.
2019-09-27 wub gfe-relnote: For QUIC BBRv2: 1) Don't grow inflight_hi unless it's fully used, and 2) Cap inflight_lo in PROBE_CRUISE. Protected by --gfe2_reloadable_flag_quic_bbr2_fix_inflight_bounds.
2019-09-27 bnc Optimize QpackBlockingManager::blocking_allowed_on_stream().
2019-09-27 bnc Fix two blocking_allowed_on_stream() calls in QpackBlockingManagerTest.BlockingAllowedOnStream.

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

Change-Id: I614c1c5d4b615fc7a6c8cd7411cacdeb0eb209c6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1836595
Auto-Submit: David Schinazi <[email protected]>
Commit-Queue: Nick Harper <[email protected]>
Reviewed-by: Nick Harper <[email protected]>
Cr-Commit-Position: refs/heads/master@{#702468}
diff --git a/net/BUILD.gn b/net/BUILD.gn
index 0368bb7..5b8409e9 100644
--- a/net/BUILD.gn
+++ b/net/BUILD.gn
@@ -1416,6 +1416,7 @@
       "third_party/quiche/src/quic/core/crypto/proof_verifier.h",
       "third_party/quiche/src/quic/core/crypto/quic_compressed_certs_cache.cc",
       "third_party/quiche/src/quic/core/crypto/quic_compressed_certs_cache.h",
+      "third_party/quiche/src/quic/core/crypto/quic_crypter.cc",
       "third_party/quiche/src/quic/core/crypto/quic_crypter.h",
       "third_party/quiche/src/quic/core/crypto/quic_crypto_client_config.cc",
       "third_party/quiche/src/quic/core/crypto/quic_crypto_client_config.h",