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

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

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.cc
diff --git a/chrome/browser/chromeos/login/google_authenticator.cc b/chrome/browser/chromeos/login/google_authenticator.cc
index 64baae1f522ea0160785a7f326e03235c14be9aa..d56dce42ff3ac1767f6f3e096a5a1fa8cf3665ea 100644
--- a/chrome/browser/chromeos/login/google_authenticator.cc
+++ b/chrome/browser/chromeos/login/google_authenticator.cc
@@ -342,6 +342,14 @@ void GoogleAuthenticator::ResyncEncryptedData(
}
}
+void GoogleAuthenticator::RetryAuth(Profile* profile,
+ const std::string& username,
+ const std::string& password,
+ const std::string& login_token,
+ const std::string& login_captcha) {
+ NOTIMPLEMENTED();
+}
+
void GoogleAuthenticator::LoadSystemSalt() {
if (!system_salt_.empty())
return;

Powered by Google App Engine
This is Rietveld 408576698