Index: net/http/http_server_properties_impl.cc |
diff --git a/net/http/http_server_properties_impl.cc b/net/http/http_server_properties_impl.cc |
index 1def87f71a073d98a6442fae77ec349b59bb9983..ccde66c0b36c08cd79ec6abe0c013baac001a9fc 100644 |
--- a/net/http/http_server_properties_impl.cc |
+++ b/net/http/http_server_properties_impl.cc |
@@ -450,4 +450,13 @@ HttpServerPropertiesImpl::ScheduleBrokenAlternateProtocolMappingsExpiration() { |
delay); |
} |
+void HttpServerPropertiesImpl::SetClientVersion( |
+ const std::string& client_version) { |
+ client_version_ = client_version; |
+} |
+ |
+const std::string HttpServerPropertiesImpl::GetClientVersion() const { |
+ return client_version_; |
+} |
+ |
} // namespace net |