| 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 e1c47ff913daa3d72a5e848cc3e17f88dc215d68..9ac17c0266a06222b39231050573941ff8d789d1 100644
|
| --- a/net/http/http_server_properties_manager.h
|
| +++ b/net/http/http_server_properties_manager.h
|
| @@ -237,6 +237,7 @@ class NET_EXPORT HttpServerPropertiesManager : public HttpServerProperties {
|
| DoNotLoadAltSvcForInsecureOrigins);
|
| FRIEND_TEST_ALL_PREFIXES(HttpServerPropertiesManagerTest,
|
| DoNotLoadExpiredAlternativeService);
|
| + friend class HttpServerPropertiesManagerPeer;
|
| void OnHttpServerPropertiesChanged();
|
|
|
| bool AddServersData(const base::DictionaryValue& server_dict,
|
|
|