| 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
|
|
|