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

Unified Diff: components/signin/core/browser/account_fetcher_service.cc

Issue 1326273003: Add logging to profile downloader to diagnose Android FR issue. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 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/profiles/profile_downloader.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/account_fetcher_service.cc
diff --git a/components/signin/core/browser/account_fetcher_service.cc b/components/signin/core/browser/account_fetcher_service.cc
index 139ad28b4dccbfbc995725ae2f2ad7731bcc1275..56e72cf54451f4d57f6332d4274f64863cd05379 100644
--- a/components/signin/core/browser/account_fetcher_service.cc
+++ b/components/signin/core/browser/account_fetcher_service.cc
@@ -119,6 +119,8 @@ bool AccountFetcherService::IsAllUserInfoFetched() const {
void AccountFetcherService::FetchUserInfoBeforeSignin(
const std::string& account_id) {
+ LOG(WARNING) << "Fetching account info before signin for account id: "
+ << account_id;
RefreshAccountInfo(account_id, false);
}
« no previous file with comments | « chrome/browser/profiles/profile_downloader.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698