Index: chrome/browser/chromeos/login/parallel_authenticator.h |
diff --git a/chrome/browser/chromeos/login/parallel_authenticator.h b/chrome/browser/chromeos/login/parallel_authenticator.h |
index e6400580cf862280e0b46b009140095e1c85fa57..aab511210a68f96b758dd3ab1020469a4932bd4b 100644 |
--- a/chrome/browser/chromeos/login/parallel_authenticator.h |
+++ b/chrome/browser/chromeos/login/parallel_authenticator.h |
@@ -84,7 +84,7 @@ class ParallelAuthenticator : public Authenticator, |
virtual ~ParallelAuthenticator(); |
// Authenticator overrides. |
- virtual bool CompleteLogin(Profile* profile, |
+ virtual void CompleteLogin(Profile* profile, |
const std::string& username, |
const std::string& password) OVERRIDE; |
@@ -115,7 +115,7 @@ class ParallelAuthenticator : public Authenticator, |
// call OnLoginFailure() with HOSTED_NOT_ALLOWED. |
// |
// Returns true if the attempt gets sent successfully and false if not. |
- virtual bool AuthenticateToLogin(Profile* profile, |
+ virtual void AuthenticateToLogin(Profile* profile, |
const std::string& username, |
const std::string& password, |
const std::string& login_token, |