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

Unified Diff: net/http/http_network_session.h

Issue 312193005: Pass chrome version and channel in CHLO message to server. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use kUACV as the Tag and changed client_description to client_version Created 6 years, 6 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
Index: net/http/http_network_session.h
diff --git a/net/http/http_network_session.h b/net/http/http_network_session.h
index 3dc9e6f2a4a34b4c46d9a82dde7b5ab5c63a5c1e..aa3ad9f043d504b414a47b527eba33405b5104ab 100644
--- a/net/http/http_network_session.h
+++ b/net/http/http_network_session.h
@@ -116,6 +116,7 @@ class NET_EXPORT HttpNetworkSession
QuicClock* quic_clock; // Will be owned by QuicStreamFactory.
QuicRandom* quic_random;
size_t quic_max_packet_length;
+ std::string client_version;
Ryan Hamilton 2014/06/05 14:12:15 nit: quic_, please.
ramant (doing other things) 2014/06/05 17:07:49 Done.
bool enable_user_alternate_protocol_ports;
QuicCryptoClientStreamFactory* quic_crypto_client_stream_factory;
QuicVersionVector quic_supported_versions;

Powered by Google App Engine
This is Rietveld 408576698