Clear is replaced with ClearEntriesAddedWithin
This commit is contained in:
parent
8a6fd685e3
commit
411696ca19
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,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->Clear();
|
auth_cache->ClearEntriesAddedWithin(base::TimeDelta::Max());
|
||||||
}
|
}
|
||||||
} 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();
|
||||||
|
|
Loading…
Reference in a new issue