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

Unified Diff: net/tools/quic/quic_client_base.h

Issue 2391103003: Landing Recent QUIC changes until 3:24 PM, Oct 01, 2016 UTC-4 (Closed)
Patch Set: Add new error code to quic_error_mapping.cc Created 4 years, 2 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/tools/quic/chlo_extractor.cc ('k') | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/tools/quic/quic_client_base.h
diff --git a/net/tools/quic/quic_client_base.h b/net/tools/quic/quic_client_base.h
index 781c5daf5e57c8f5442791df2991c09fd51bc76c..b32cd0a4c3c6e2b3308822a6481b8731e3f5ecac 100644
--- a/net/tools/quic/quic_client_base.h
+++ b/net/tools/quic/quic_client_base.h
@@ -167,7 +167,7 @@ class QuicClientBase : public QuicClientPushPromiseIndex::Delegate,
// found on the QuicCryptoNegotiatedParameters object in
// token_binding_key_param.
void UseTokenBinding() {
- crypto_config_.tb_key_params = QuicTagVector{kP256};
+ crypto_config_.tb_key_params = QuicTagVector{kTB10};
}
const QuicVersionVector& supported_versions() const {
« no previous file with comments | « net/tools/quic/chlo_extractor.cc ('k') | net/tools/quic/quic_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698