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

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

Issue 2655873002: Get enrollment token from DMServer when an Active Directory user uses ARC (Closed)
Patch Set: Fix Luis's comments Created 3 years, 10 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/browser/chromeos/arc/auth/arc_robot_auth_code_fetcher.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a7495932aec90e8618c9f6dc81cd075517f223c7..65c8f8c4441305f9e813f41b8538dda1d250ed54 100644
--- a/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
+++ b/chrome/browser/chromeos/login/enrollment/enterprise_enrollment_helper_impl.cc
@@ -357,6 +357,10 @@ void EnterpriseEnrollmentHelperImpl::ReportEnrollmentStatus(
break;
case policy::DM_STATUS_CANNOT_SIGN_REQUEST:
UMA(policy::kMetricEnrollmentRegisterCannotSignRequest);
+ break;
+ case policy::DM_STATUS_SERVICE_ARC_DISABLED:
+ NOTREACHED();
+ break;
}
break;
case policy::EnrollmentStatus::REGISTRATION_BAD_MODE:
« no previous file with comments | « chrome/browser/chromeos/arc/auth/arc_robot_auth_code_fetcher.h ('k') | chrome/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698