| Index: chrome/browser/signin/account_reconcilor.cc
|
| diff --git a/chrome/browser/signin/account_reconcilor.cc b/chrome/browser/signin/account_reconcilor.cc
|
| index 9dccc406b46a16a93e12fa6872c1e0e57c68b2ce..777fdc207147b236288d79e32373998ae59821d5 100644
|
| --- a/chrome/browser/signin/account_reconcilor.cc
|
| +++ b/chrome/browser/signin/account_reconcilor.cc
|
| @@ -24,6 +24,7 @@ AccountReconcilor::AccountReconcilor(Profile* profile)
|
| : profile_(profile),
|
| are_gaia_accounts_set_(false),
|
| requests_(NULL) {
|
| + DVLOG(1) << "AccountReconcilor::AccountReconcilor";
|
| RegisterWithSigninManager();
|
| RegisterWithCookieMonster();
|
|
|
| @@ -80,6 +81,7 @@ void AccountReconcilor::UnregisterWithSigninManager() {
|
| }
|
|
|
| void AccountReconcilor::RegisterWithTokenService() {
|
| + DVLOG(1) << "AccountReconcilor::RegisterWithTokenService";
|
| ProfileOAuth2TokenService* token_service =
|
| ProfileOAuth2TokenServiceFactory::GetForProfile(profile_);
|
| token_service->AddObserver(this);
|
|
|