| Index: net/http/http_auth_controller.h
|
| diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
|
| index 4b1e828a69d07e38d7f4860409a8226df35c0f46..8dc9886a712896230761f081d25119526c052887 100644
|
| --- a/net/http/http_auth_controller.h
|
| +++ b/net/http/http_auth_controller.h
|
| @@ -78,6 +78,7 @@ class NET_EXPORT_PRIVATE HttpAuthController
|
| // Actions for InvalidateCurrentHandler()
|
| enum InvalidateHandlerAction {
|
| INVALIDATE_HANDLER_AND_CACHED_CREDENTIALS,
|
| + INVALIDATE_HANDLER_AND_DISABLE_SCHEME,
|
| INVALIDATE_HANDLER
|
| };
|
|
|
|
|