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

Unified Diff: chrome/browser/signin/signin_manager.h

Issue 9592015: Added multi-login support to one-click signin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix member init order in ctor" Created 8 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
« no previous file with comments | « no previous file | chrome/browser/signin/signin_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_manager.h
diff --git a/chrome/browser/signin/signin_manager.h b/chrome/browser/signin/signin_manager.h
index 0ca9d9c6b02cdff60697fab6325dce14f2a28c4b..f7098adac3294d023111da9f1dc9c798320a6505 100644
--- a/chrome/browser/signin/signin_manager.h
+++ b/chrome/browser/signin/signin_manager.h
@@ -83,8 +83,11 @@ class SigninManager : public GaiaAuthConsumer,
void ProvideSecondFactorAccessCode(const std::string& access_code);
// Attempt to sign in this user with existing credentials from the cookie jar.
- // Otherwise the result is the same as StartSignIn().
- virtual void StartSignInWithCredentials(const std::string& username,
+ // |session_index| indicates which user account to use if the cookie jar
+ // contains a multi-login session. Otherwise the end result of this call is
+ // the same as StartSignIn().
+ virtual void StartSignInWithCredentials(const std::string& session_index,
+ const std::string& username,
const std::string& password);
// Sign a user out, removing the preference, erasing all keys
« no previous file with comments | « no previous file | chrome/browser/signin/signin_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698