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

Unified Diff: chrome/browser/net/http_server_properties_manager.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: 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: chrome/browser/net/http_server_properties_manager.h
diff --git a/chrome/browser/net/http_server_properties_manager.h b/chrome/browser/net/http_server_properties_manager.h
index 71de395dc514cce6c8fa2789d795c25cef890449..77c1b1e2278aa793af78592680ff9a725916eb99 100644
--- a/chrome/browser/net/http_server_properties_manager.h
+++ b/chrome/browser/net/http_server_properties_manager.h
@@ -162,6 +162,9 @@ class HttpServerPropertiesManager
virtual const NetworkStats* GetServerNetworkStats(
const net::HostPortPair& host_port_pair) const OVERRIDE;
+ virtual void SetClientVersion(const std::string& client_version) OVERRIDE;
+ virtual const std::string GetClientVersion() const OVERRIDE;
+
protected:
// --------------------
// SPDY related methods

Powered by Google App Engine
This is Rietveld 408576698