Index: net/quic/quic_flags.cc |
diff --git a/net/quic/quic_flags.cc b/net/quic/quic_flags.cc |
index ff0df9e9bfb267be07cebb54bf036a323e7eb17c..4ccfb997a884faea7a5cf555f2ce7cc61f8eea5a 100644 |
--- a/net/quic/quic_flags.cc |
+++ b/net/quic/quic_flags.cc |
@@ -149,3 +149,6 @@ bool FLAGS_quic_simple_packet_number_length = false; |
// If true, enables QUIC_VERSION_35. |
bool FLAGS_quic_enable_version_35 = false; |
+ |
+// If true, requires support for X509 certificates in QUIC CHLO PDMDs. |
+bool FLAGS_quic_require_x509 = false; |