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