| Index: net/http/http_auth_cache.cc
|
| diff --git a/net/http/http_auth_cache.cc b/net/http/http_auth_cache.cc
|
| index d989830b2aa6f8df98105550f25bbd50da439fbe..51f9035cb08e0b6e173357f1e18788428ea6f7a2 100644
|
| --- a/net/http/http_auth_cache.cc
|
| +++ b/net/http/http_auth_cache.cc
|
| @@ -249,6 +249,10 @@ bool HttpAuthCache::Remove(const GURL& origin,
|
| return false;
|
| }
|
|
|
| +void HttpAuthCache::Clear() {
|
| + entries_.clear();
|
| +}
|
| +
|
| bool HttpAuthCache::UpdateStaleChallenge(const GURL& origin,
|
| const std::string& realm,
|
| HttpAuth::Scheme scheme,
|
|
|