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

Unified Diff: chrome/browser/chromeos/login/login_utils.cc

Issue 12502017: signin: pull basic SigninManager functionality into new SigninManagerBase class. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: deal with new enterprise_platform_keys_private_api Created 7 years, 8 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 | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/login/screen_locker.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/login_utils.cc
diff --git a/chrome/browser/chromeos/login/login_utils.cc b/chrome/browser/chromeos/login/login_utils.cc
index 5fb93ecf2eb0e8a82925e9aeb8ccca97f3ea84fd..c5872398fc248da2f06b042bcf329c259bf94fc5 100644
--- a/chrome/browser/chromeos/login/login_utils.cc
+++ b/chrome/browser/chromeos/login/login_utils.cc
@@ -653,9 +653,10 @@ void LoginUtilsImpl::InitRlz(Profile* user_profile, bool disabled) {
void LoginUtilsImpl::StartSignedInServices(Profile* user_profile) {
// Fetch/Create the SigninManager - this will cause the TokenService to load
- // tokens for the currently signed-in user if the SigninManager hasn't already
- // been initialized.
- SigninManager* signin = SigninManagerFactory::GetForProfile(user_profile);
+ // tokens for the currently signed-in user if the SigninManager hasn't
+ // already been initialized.
+ SigninManagerBase* signin =
+ SigninManagerFactory::GetForProfile(user_profile);
DCHECK(signin);
// Make sure SigninManager is connected to our current user (this should
// happen automatically because we set kGoogleServicesUsername in
« no previous file with comments | « chrome/browser/chrome_content_browser_client.cc ('k') | chrome/browser/chromeos/login/screen_locker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698