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

Unified Diff: net/http/http_auth_controller.cc

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 | « net/http/http_auth_controller.h ('k') | net/http/http_network_transaction_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_auth_controller.cc
diff --git a/net/http/http_auth_controller.cc b/net/http/http_auth_controller.cc
index 2ba19e6c8fb0e3a0324d3e5d778868e2a208b071..6eaf02cad0b43bc7b2ff86f82366a60c78a95dd1 100644
--- a/net/http/http_auth_controller.cc
+++ b/net/http/http_auth_controller.cc
@@ -553,4 +553,9 @@ void HttpAuthController::DisableEmbeddedIdentity() {
embedded_identity_used_ = true;
}
+void HttpAuthController::OnConnectionClosed() {
+ DCHECK(CalledOnValidThread());
+ InvalidateCurrentHandler(INVALIDATE_HANDLER);
+}
+
} // namespace net
« no previous file with comments | « net/http/http_auth_controller.h ('k') | net/http/http_network_transaction_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698