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

Unified Diff: net/quic/quic_flags.cc

Issue 2179973002: Flip recent QUIC flags (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@128237264
Patch Set: Created 4 years, 5 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/quic/quic_flags.cc
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc
index b054d87113f22a13271d363d1d20b38df399313d..f9e9a7c68752ec24ff3946e5eebdd7b3f9a4cb11 100644
--- a/net/quic/quic_flags.cc
+++ b/net/quic/quic_flags.cc
@@ -112,10 +112,10 @@ bool FLAGS_quic_simple_packet_number_length = true;
bool FLAGS_quic_enable_version_35 = true;
// If true, enables QUIC_VERSION_36.
-bool FLAGS_quic_enable_version_36 = false;
+bool FLAGS_quic_enable_version_36 = true;
// If true, requires support for X509 certificates in QUIC CHLO PDMDs.
-bool FLAGS_quic_require_x509 = false;
+bool FLAGS_quic_require_x509 = true;
// If true, deprecate safeguards for b/26023400.
bool FLAGS_quic_deprecate_kfixd = false;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698