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

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

Issue 7867044: PART1: Initiated the SignedSettings refactoring. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed the comments from Denis. Created 9 years, 3 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/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,

Powered by Google App Engine
This is Rietveld 408576698