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

Unified Diff: chrome/browser/chromeos/login/session/user_session_manager.cc

Issue 2921653004: cros: Remove get user info code from OAuth2LoginManager (Closed)
Patch Set: revise to just clean-up Created 3 years, 6 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/chromeos/login/signin/oauth2_login_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/session/user_session_manager.cc
diff --git a/chrome/browser/chromeos/login/session/user_session_manager.cc b/chrome/browser/chromeos/login/session/user_session_manager.cc
index a26b7ec86eac8a004b23856165e09ef96a92a16d..c5ca2a35093731b77f078f2313a08d0fffa3c396 100644
--- a/chrome/browser/chromeos/login/session/user_session_manager.cc
+++ b/chrome/browser/chromeos/login/session/user_session_manager.cc
@@ -6,6 +6,7 @@
#include <stddef.h>
+#include <algorithm>
#include <set>
#include <string>
#include <vector>
@@ -1094,6 +1095,8 @@ void UserSessionManager::InitProfilePreferences(
SigninManagerFactory::GetForProfile(profile);
signin_manager->SetAuthenticatedAccountInfo(
gaia_id, user_context.GetAccountId().GetUserEmail());
+ VLOG(1) << "Seed SigninManagerBase with the authenticated account info"
+ << ", success=" << signin_manager->IsAuthenticated();
// Backfill GAIA ID in user prefs stored in Local State.
std::string tmp_gaia_id;
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/signin/oauth2_login_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698