| Index: net/http/http_auth_controller.h
|
| diff --git a/net/http/http_auth_controller.h b/net/http/http_auth_controller.h
|
| index 7dcc987963e9e2d31169a9d156cf01bab3d23dba..cb1c6fdbb50e7524818481e805124863d85f9896 100644
|
| --- a/net/http/http_auth_controller.h
|
| +++ b/net/http/http_auth_controller.h
|
| @@ -110,10 +110,10 @@ class NET_EXPORT_PRIVATE HttpAuthController
|
| // URLRequestHttpJob can prompt for credentials.
|
| void PopulateAuthChallenge();
|
|
|
| - // If |result| indicates a permanent failure, disables the current
|
| - // auth scheme for this controller and returns true. Returns false
|
| - // otherwise.
|
| - bool DisableOnAuthHandlerResult(int result);
|
| + // Handle the result of calling GenerateAuthToken on an HttpAuthHandler. The
|
| + // return value of this function should be used as the return value of the
|
| + // GenerateAuthToken operation.
|
| + int HandleGenerateTokenResult(int result);
|
|
|
| void OnIOComplete(int result);
|
|
|
|
|