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

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

Issue 9271025: Update Gaia URL. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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/net/browser_url_util.h » ('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 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,
« no previous file with comments | « no previous file | chrome/browser/net/browser_url_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698