Chromium Code Reviews| 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; |
|
Ryan Hamilton
2016/12/12 05:30:20
Is this still needed?
Zhongyi Shi
2016/12/12 21:14:46
Done. Sorry for leaving this around.
|
| void OnHttpServerPropertiesChanged(); |
| bool AddServersData(const base::DictionaryValue& server_dict, |