net::HttpAuthCache::ClearEntriesAddedWithin -> ClearAllEntries

This commit is contained in:
Jeremy Apthorp 2018-09-14 17:14:51 -07:00 committed by Aleksei Kuzmin
parent 5a757449b0
commit 8060e915c2

View file

@ -396,7 +396,7 @@ void ClearAuthCacheInIO(
options.origin, options.realm, options.auth_scheme, options.origin, options.realm, options.auth_scheme,
net::AuthCredentials(options.username, options.password)); net::AuthCredentials(options.username, options.password));
} else { } else {
auth_cache->ClearEntriesAddedWithin(base::TimeDelta::Max()); auth_cache->ClearAllEntries();
} }
} else if (options.type == "clientCertificate") { } else if (options.type == "clientCertificate") {
auto* client_auth_cache = network_session->ssl_client_auth_cache(); auto* client_auth_cache = network_session->ssl_client_auth_cache();