| Index: chrome/browser/chromeos/login/google_authenticator.h
|
| diff --git a/chrome/browser/chromeos/login/google_authenticator.h b/chrome/browser/chromeos/login/google_authenticator.h
|
| index b3de3edbbb6ceb6d969fea8234d3d2cc2cbf603c..75c0cc69b81055e89c6e8bfb91c48c6670a6a896 100644
|
| --- a/chrome/browser/chromeos/login/google_authenticator.h
|
| +++ b/chrome/browser/chromeos/login/google_authenticator.h
|
| @@ -85,6 +85,11 @@ class GoogleAuthenticator : public Authenticator, public GaiaAuthConsumer {
|
| const GaiaAuthConsumer::ClientLoginResult& credentials);
|
| void ResyncEncryptedData(
|
| const GaiaAuthConsumer::ClientLoginResult& credentials);
|
| + void RetryAuth(Profile* profile,
|
| + const std::string& username,
|
| + const std::string& password,
|
| + const std::string& login_token,
|
| + const std::string& login_captcha);
|
|
|
| // Callbacks from GaiaAuthenticator2
|
| virtual void OnClientLoginFailure(
|
|
|