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

Unified Diff: chrome/browser/chromeos/login/login_utils.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/login_utils.h
diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h
index daf8188f8d1803063ce37645a2b74d7e7f673b51..bbc8f83bc5fbfd7946f9414df1551df91afb1995 100644
--- a/chrome/browser/chromeos/login/login_utils.h
+++ b/chrome/browser/chromeos/login/login_utils.h
@@ -20,6 +20,7 @@ namespace chromeos {
class Authenticator;
class LoginDisplayHost;
class LoginStatusConsumer;
+struct UserCredentials;
class LoginUtils {
public:
@@ -64,9 +65,8 @@ class LoginUtils {
// this value, shown in UI.
// Also see DelegateDeleted method.
virtual void PrepareProfile(
- const std::string& username,
+ const UserCredentials& credentials,
const std::string& display_email,
- const std::string& password,
bool using_oauth,
bool has_cookies,
Delegate* delegate) = 0;
« no previous file with comments | « chrome/browser/chromeos/login/login_status_consumer.cc ('k') | chrome/browser/chromeos/login/login_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698