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

Unified Diff: net/http/http_auth_controller.h

Issue 2688173002: Don't rely on SSL cipher fallback in proxy auth. (Closed)
Patch Set: unnecessary virtual Created 3 years, 8 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.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_controller.h
diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
index 8de47198db156039ed6056e80ec13586ac8aca88..f6c2d743bff645bbbb4de3c9f5d3644a93a8dc28 100644
--- a/net/http/http_auth_controller.h
+++ b/net/http/http_auth_controller.h
@@ -73,6 +73,12 @@ class NET_EXPORT_PRIVATE HttpAuthController
void DisableAuthScheme(HttpAuth::Scheme scheme);
void DisableEmbeddedIdentity();
+ // Called when the connection has been closed, so the current handler (which
+ // contains state bound to the connection) should be dropped. If retrying on a
+ // new connection, the next call to MaybeGenerateAuthToken will retry the
+ // current auth scheme.
+ void OnConnectionClosed();
+
private:
// Actions for InvalidateCurrentHandler()
enum InvalidateHandlerAction {
« no previous file with comments | « no previous file | net/http/http_auth_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698