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

Unified Diff: chrome/browser/chromeos/login/test_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/test_login_utils.h
diff --git a/chrome/browser/chromeos/login/test_login_utils.h b/chrome/browser/chromeos/login/test_login_utils.h
index 5f688c715fdcafcf5f4dc907cc2aa8863946f156..0137ffa4ac72a2cd91d547572abbc9ac92bd3fe8 100644
--- a/chrome/browser/chromeos/login/test_login_utils.h
+++ b/chrome/browser/chromeos/login/test_login_utils.h
@@ -27,9 +27,8 @@ class TestLoginUtils : public LoginUtils {
virtual void DoBrowserLaunch(Profile* profile,
LoginDisplayHost* login_host) OVERRIDE {}
- virtual void PrepareProfile(const std::string& username,
+ virtual void PrepareProfile(const UserCredentials& credentials,
const std::string& display_email,
- const std::string& password,
bool using_oauth,
bool has_cookies,
Delegate* delegate) OVERRIDE;
« no previous file with comments | « chrome/browser/chromeos/login/test_attempt_state.cc ('k') | chrome/browser/chromeos/login/test_login_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698