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

Unified Diff: net/http/http_server_properties_impl.h

Issue 1158823005: HttpServerProperties - Don't persist if SetServerNetworkStats is called (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@update_http_props
Patch Set: Always update memory cache Created 5 years, 7 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_server_properties_impl.h
diff --git a/net/http/http_server_properties_impl.h b/net/http/http_server_properties_impl.h
index a23cea09f82678b078e22483982d4bd587a39d8c..90f6419ace093d1fb0375b8e9d8f6d43d093b5af 100644
--- a/net/http/http_server_properties_impl.h
+++ b/net/http/http_server_properties_impl.h
@@ -115,7 +115,7 @@ class NET_EXPORT HttpServerPropertiesImpl
const SpdySettingsMap& spdy_settings_map() const override;
bool GetSupportsQuic(IPAddressNumber* last_address) const override;
void SetSupportsQuic(bool used_quic, const IPAddressNumber& address) override;
- void SetServerNetworkStats(const HostPortPair& host_port_pair,
+ bool SetServerNetworkStats(const HostPortPair& host_port_pair,
ServerNetworkStats stats) override;
const ServerNetworkStats* GetServerNetworkStats(
const HostPortPair& host_port_pair) override;

Powered by Google App Engine
This is Rietveld 408576698