diff options
Diffstat (limited to 'net/http/http_auth_controller.h')
-rw-r--r-- | net/http/http_auth_controller.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h index 721bce9..5ee156c 100644 --- a/net/http/http_auth_controller.h +++ b/net/http/http_auth_controller.h @@ -81,6 +81,9 @@ class HttpAuthController : public base::RefCounted<HttpAuthController> { // cache entry's data and returns true. bool SelectPreemptiveAuth(const BoundNetLog& net_log); + // Invalidates the current handler, including cache. + void InvalidateCurrentHandler(); + // Invalidates any auth cache entries after authentication has failed. // The identity that was rejected is |identity_|. void InvalidateRejectedAuthFromCache(); |