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

Unified Diff: net/http/http_auth.h

Issue 6525035: Invalidate credentials if the server rejects them. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Defer browser tests to another CL 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
« no previous file with comments | « no previous file | net/http/http_auth_controller.h » ('j') | net/http/http_auth_controller.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth.h
diff --git a/net/http/http_auth.h b/net/http/http_auth.h
index ef779a12948ac0b6a2dddf63722e5e6483690cbd..cc147a243df8aca6fe2443f0287f3f8be1091ef8 100644
--- a/net/http/http_auth.h
+++ b/net/http/http_auth.h
@@ -52,6 +52,13 @@ class HttpAuth {
AUTHORIZATION_RESULT_INVALID, // The authentication challenge headers are
// poorly formed (the authorization attempt
// itself may have been fine).
+
+ AUTHORIZATION_RESULT_DIFFERENT_REALM, // The authorization
+ // attempt was rejected,
+ // but the realm associated
+ // with the new challenge
+ // is different from the
+ // previous attempt.
};
// Describes where the identity used for authentication came from.
« no previous file with comments | « no previous file | net/http/http_auth_controller.h » ('j') | net/http/http_auth_controller.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698