| Index: net/http/http_server_properties_manager.cc
|
| diff --git a/net/http/http_server_properties_manager.cc b/net/http/http_server_properties_manager.cc
|
| index 873c8ca700faae8a9b1b39de9e47877d9000828b..c1e36f12f0d2c7e53d40010af96a48cfffec0cd2 100644
|
| --- a/net/http/http_server_properties_manager.cc
|
| +++ b/net/http/http_server_properties_manager.cc
|
| @@ -613,7 +613,7 @@ void HttpServerPropertiesManager::UpdatePrefsFromCacheOnNetworkThread(
|
| it != map.end() && count < kMaxAlternateProtocolHostsToPersist; ++it) {
|
| const HostPortPair& server = it->first;
|
| std::string canonical_suffix =
|
| - http_server_properties_impl_->GetCanonicalSuffix(server);
|
| + http_server_properties_impl_->GetCanonicalSuffix(server.host());
|
| if (!canonical_suffix.empty()) {
|
| if (persisted_map.find(canonical_suffix) != persisted_map.end())
|
| continue;
|
|
|