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

Unified Diff: chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc

Issue 2261763002: Device enterprise registration with a certificate. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressed more feedback. Created 4 years, 4 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
Index: chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
diff --git a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
index baec231eacd00abba756fe05d085c03b2f312396..d64a22890066fcda221df56f0f44e169bb691b39 100644
--- a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
+++ b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
@@ -342,6 +342,8 @@ void EnterpriseEnrollmentHelperImpl::ReportEnrollmentStatus(
case policy::DM_STATUS_SERVICE_DOMAIN_MISMATCH:
UMA(policy::kMetricEnrollmentRegisterPolicyDomainMismatch);
break;
+ case policy::DM_STATUS_CANNOT_SIGN_REQUEST:
+ UMA(policy::kMetricEnrollmentRegisterCannotSignRequest);
}
break;
case policy::EnrollmentStatus::STATUS_REGISTRATION_BAD_MODE:
« no previous file with comments | « no previous file | chromeos/attestation/attestation_flow.h » ('j') | components/policy/core/common/cloud/cloud_policy_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698