Index: chrome/browser/io_thread.h |
diff --git a/chrome/browser/io_thread.h b/chrome/browser/io_thread.h |
index 9c83a172c3027681dab71c1fdd5d3125e5a824bf..17a599cdb0a857074de0bd9c3508b262901c336d 100644 |
--- a/chrome/browser/io_thread.h |
+++ b/chrome/browser/io_thread.h |
@@ -176,6 +176,7 @@ class IOThread : public content::BrowserThreadDelegate { |
Optional<bool> enable_quic_persist_server_info; |
Optional<bool> enable_quic_port_selection; |
Optional<size_t> quic_max_packet_length; |
+ Optional<std::string> client_version; |
Lei Zhang
2014/06/05 07:30:47
should this be named |quic_client_version| ?
Ryan Hamilton
2014/06/05 14:12:15
nit: quic_client_version; (or quic_client_descript
ramant (doing other things)
2014/06/05 17:07:49
per Per jar/rch, changed |client_version| to |quic
ramant (doing other things)
2014/06/05 17:07:49
Per jar/rch, changed |client_version| to |quic_use
|
Optional<net::QuicVersionVector> quic_supported_versions; |
Optional<net::HostPortPair> origin_to_force_quic_on; |
bool enable_user_alternate_protocol_ports; |