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

Unified Diff: net/http/http_auth_controller.h

Issue 2688173002: Don't rely on SSL cipher fallback in proxy auth. (Closed)
Patch Set: Created 3 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.cc » ('j') | net/http/http_proxy_client_socket_wrapper.cc » ('J')
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 dbc078e323a95339b14ca56b8ca1e64c5aa9cfa2..4e371c0e7103e15848ceaa45574021ee93482d5b 100644
--- a/net/http/http_auth_controller.h
+++ b/net/http/http_auth_controller.h
@@ -74,6 +74,12 @@ class NET_EXPORT_PRIVATE HttpAuthController
virtual void DisableAuthScheme(HttpAuth::Scheme scheme);
virtual 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.
+ virtual void OnConnectionClosed();
+
private:
// Actions for InvalidateCurrentHandler()
enum InvalidateHandlerAction {
« no previous file with comments | « no previous file | net/http/http_auth_controller.cc » ('j') | net/http/http_proxy_client_socket_wrapper.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698