| 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
|
|
|