Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(361)

Unified Diff: net/http/http_auth_controller.h

Issue 6525035: Invalidate credentials if the server rejects them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Extra whitespace Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/http/http_auth_controller.h
diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
index 0b7f4308d802ed35f1f62d48841b07004dfdeb82..39909985ba03047c74c4c63e76a35ef27b8f996a 100644
--- a/net/http/http_auth_controller.h
+++ b/net/http/http_auth_controller.h
@@ -84,7 +84,7 @@ class HttpAuthController : public base::RefCounted<HttpAuthController>,
bool SelectPreemptiveAuth(const BoundNetLog& net_log);
// Invalidates the current handler, including cache.
- void InvalidateCurrentHandler();
+ void InvalidateCurrentHandler(bool invalidate_credentials);
cbentzel 2011/02/16 20:51:39 I prefer enum over boolean so call sites are clear
asanka 2011/02/16 22:39:19 Done.
// Invalidates any auth cache entries after authentication has failed.
// The identity that was rejected is |identity_|.

Powered by Google App Engine
This is Rietveld 408576698