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

Unified Diff: components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc

Issue 1256283002: GAIA ID migration for Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 3 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 | « chrome/chrome_browser.gypi ('k') | components/signin/core/browser/account_tracker_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc
diff --git a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc
index 47b7350f1dfbba559e1fa4438cea37a05122e9c1..235af5832079c1f60e58bbfda42663c1d4eb0202 100644
--- a/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc
+++ b/components/policy/core/common/cloud/cloud_policy_client_registration_helper.cc
@@ -170,7 +170,7 @@ void CloudPolicyClientRegistrationHelper::StartRegistration(
OAuth2TokenService* token_service,
const std::string& account_id,
const base::Closure& callback) {
- DVLOG(1) << "Starting registration process with username";
+ DVLOG(1) << "Starting registration process with account_id";
DCHECK(!client_->is_registered());
callback_ = callback;
client_->AddObserver(this);
« no previous file with comments | « chrome/chrome_browser.gypi ('k') | components/signin/core/browser/account_tracker_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698