Chromium Code Reviews| 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 5eabf9e488de46f03c36b036fcc92984b70cbfb6..a4b46de63eacccf256945290deccb9dec81bdbb1 100644 |
| --- a/chrome/browser/chromeos/login/login_utils.cc |
| +++ b/chrome/browser/chromeos/login/login_utils.cc |
| @@ -860,6 +860,7 @@ void LoginUtilsImpl::OnProfileCreated( |
| } |
| void LoginUtilsImpl::FetchOAuth1AccessToken(Profile* auth_profile) { |
| + VLOG(1) << "Start fetch oauth1 access token."; |
|
zel
2012/01/21 00:54:22
remove this
xiyuan
2012/01/21 16:48:42
Done.
|
| oauth_fetcher_.reset(new GaiaOAuthFetcher(this, |
| auth_profile->GetRequestContext(), |
| auth_profile, |