Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(127)

Unified Diff: chrome/browser/chromeos/login/google_authenticator.h

Issue 3442009: [Chrome OS] Attempt offline and online login simultaneously (Closed)
Patch Set: Fix crash on data recover Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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(

Powered by Google App Engine
This is Rietveld 408576698