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

Unified Diff: chrome/browser/chromeos/login/screen_locker.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/screen_locker.h
diff --git a/chrome/browser/chromeos/login/screen_locker.h b/chrome/browser/chromeos/login/screen_locker.h
index 2e6e414c9b9aefb75fb7a33adb7cd6e2c8de5638..9c6583e2d810ba1bb7655dcf1cbf7c3cfe3f3576 100644
--- a/chrome/browser/chromeos/login/screen_locker.h
+++ b/chrome/browser/chromeos/login/screen_locker.h
@@ -26,6 +26,7 @@ namespace chromeos {
class Authenticator;
class LoginFailure;
class User;
+struct UserCredentials;
namespace test {
class ScreenLockerTester;
@@ -52,8 +53,7 @@ class ScreenLocker : public LoginStatusConsumer {
// LoginStatusConsumer implements:
virtual void OnLoginFailure(const chromeos::LoginFailure& error) OVERRIDE;
- virtual void OnLoginSuccess(const std::string& username,
- const std::string& password,
+ virtual void OnLoginSuccess(const UserCredentials& credentials,
bool pending_requests,
bool using_oauth) OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/login/parallel_authenticator_unittest.cc ('k') | chrome/browser/chromeos/login/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698