| 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);
|
|
|