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

Unified Diff: chrome/browser/automation/automation_provider_observers.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/automation/automation_provider_observers.h
diff --git a/chrome/browser/automation/automation_provider_observers.h b/chrome/browser/automation/automation_provider_observers.h
index a3772218f3e09ae16c779a04ee64e9066a13c67e..ddcd8792da8936c2295d9dc50744c1d79fd97c8a 100644
--- a/chrome/browser/automation/automation_provider_observers.h
+++ b/chrome/browser/automation/automation_provider_observers.h
@@ -693,8 +693,7 @@ class LoginObserver : public chromeos::LoginStatusConsumer {
virtual void OnLoginFailure(const chromeos::LoginFailure& error);
virtual void OnLoginSuccess(
- const std::string& username,
- const std::string& password,
+ const chromeos::UserCredentials& credentials,
bool pending_requests,
bool using_oauth);
@@ -783,8 +782,7 @@ class ScreenUnlockObserver : public ScreenLockUnlockObserver,
virtual void OnLoginFailure(const chromeos::LoginFailure& error);
virtual void OnLoginSuccess(
- const std::string& username,
- const std::string& password,
+ const chromeos::UserCredentials& credentials,
bool pending_requests,
bool using_oauth) {}

Powered by Google App Engine
This is Rietveld 408576698