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

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

Issue 59883010: This is the fourth CL of several that will eventually replace TokenService with (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebased Created 7 years, 1 month 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
Index: chrome/browser/chromeos/login/oauth2_login_verifier.cc
diff --git a/chrome/browser/chromeos/login/oauth2_login_verifier.cc b/chrome/browser/chromeos/login/oauth2_login_verifier.cc
index 77a5eca0b75dbb0df0cd6c4e66d67c81d32ea654..5fac7c8d57ecfd988f37997802bd14282b15f929 100644
--- a/chrome/browser/chromeos/login/oauth2_login_verifier.cc
+++ b/chrome/browser/chromeos/login/oauth2_login_verifier.cc
@@ -167,7 +167,7 @@ void OAuth2LoginVerifier::OnMergeSessionSuccess(const std::string& data) {
DCHECK(BrowserThread::CurrentlyOn(BrowserThread::UI));
LOG(INFO) << "MergeSession successful.";
delegate_->OnSessionMergeSuccess();
- // Get GAIA credentials needed to kick off TokenService and friends.
+ // Get GAIA credentials needed to kick off OAuth2TokenService and friends.
StartOAuthLoginForGaiaCredentials();
}

Powered by Google App Engine
This is Rietveld 408576698