summaryrefslogtreecommitdiffstats
path: root/net/http/http_auth_controller.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/http/http_auth_controller.h')
-rw-r--r--net/http/http_auth_controller.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
index c4fc15e..d7faaac 100644
--- a/net/http/http_auth_controller.h
+++ b/net/http/http_auth_controller.h
@@ -89,7 +89,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.
+ // Invalidates the current handler. If |action| is
+ // INVALIDATE_HANDLER_AND_CACHED_CREDENTIALS, then also invalidate
+ // the cached credentials used by the handler.
void InvalidateCurrentHandler(InvalidateHandlerAction action);
// Invalidates any auth cache entries after authentication has failed.