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

Unified Diff: net/http/http_server_properties_manager.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_manager.h
diff --git a/net/http/http_server_properties_manager.h b/net/http/http_server_properties_manager.h
index 68b3937cd2a9f5fa7beb39336b68e6c0f87a8f64..6a62735924acdcce5a249eda87545148ddd5b8a3 100644
--- a/net/http/http_server_properties_manager.h
+++ b/net/http/http_server_properties_manager.h
@@ -116,7 +116,7 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
bool GetSupportsQuic(IPAddressNumber* last_address) const override;
void SetSupportsQuic(bool used_quic,
const IPAddressNumber& last_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