| Index: components/policy/core/common/cloud/cloud_policy_service.cc
|
| diff --git a/components/policy/core/common/cloud/cloud_policy_service.cc b/components/policy/core/common/cloud/cloud_policy_service.cc
|
| index ab99561a77a35da836f181934b42e3797cf878e1..2f40040020e95c341b45aee7a272efac683083a6 100644
|
| --- a/components/policy/core/common/cloud/cloud_policy_service.cc
|
| +++ b/components/policy/core/common/cloud/cloud_policy_service.cc
|
| @@ -126,12 +126,6 @@ void CloudPolicyService::OnStoreLoaded(CloudPolicyStore* store) {
|
| else
|
| client_->clear_public_key_version();
|
|
|
| - // Whether to submit the machine ID.
|
| - bool submit_machine_id = false;
|
| - if (policy && policy->has_valid_serial_number_missing())
|
| - submit_machine_id = policy->valid_serial_number_missing();
|
| - client_->set_submit_machine_id(submit_machine_id);
|
| -
|
| // Finally, set up registration if necessary.
|
| if (policy && policy->has_request_token() && policy->has_device_id() &&
|
| !client_->is_registered()) {
|
|
|