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

Unified Diff: net/quic/quic_stream_factory.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/quic/quic_stream_factory.h
diff --git a/net/quic/quic_stream_factory.h b/net/quic/quic_stream_factory.h
index e949a47ce8f3112adf8e782c542dee27478b9718..26dde4cd2a43fdaba9cac4a819ef0ee5b0345de8 100644
--- a/net/quic/quic_stream_factory.h
+++ b/net/quic/quic_stream_factory.h
@@ -95,6 +95,7 @@ class NET_EXPORT_PRIVATE QuicStreamFactory
QuicRandom* random_generator,
QuicClock* clock,
size_t max_packet_length,
+ const std::string& client_version,
const QuicVersionVector& supported_versions,
bool enable_port_selection,
bool enable_pacing,

Powered by Google App Engine
This is Rietveld 408576698