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

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: Fix condition in ProfileSyncService::TryStart() 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 60c31ca6aba88a56bdd8b0405d037a827d07d9e0..1f15d5d4cd2672d2b8152629b3474a80015dbac8 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