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

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

Issue 12704002: Support for auth code based authentication flow for both app and web UI driven flow. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase4 Created 7 years, 9 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/online_attempt_host.h
diff --git a/chrome/browser/chromeos/login/online_attempt_host.h b/chrome/browser/chromeos/login/online_attempt_host.h
index 4ea8917402ef981e94e8c58d1cce4653ef4c9e22..9e6c7544f580d18b6444cfaa1df08178f9fc2874 100644
--- a/chrome/browser/chromeos/login/online_attempt_host.h
+++ b/chrome/browser/chromeos/login/online_attempt_host.h
@@ -17,6 +17,7 @@ namespace chromeos {
class AuthAttemptState;
class OnlineAttempt;
+struct UserCredentials;
// Helper class which hosts OnlineAttempt for online credentials checking.
class OnlineAttemptHost : public AuthAttemptStateResolver {
@@ -35,8 +36,7 @@ class OnlineAttemptHost : public AuthAttemptStateResolver {
// a time (the newest call stops the old one, if called with another username
// and password combination).
void Check(Profile* profile,
- const std::string &username,
- const std::string &password);
+ const UserCredentials& credentials);
// Resets the checking process.
void Reset();
« no previous file with comments | « chrome/browser/chromeos/login/online_attempt.cc ('k') | chrome/browser/chromeos/login/online_attempt_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698