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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 214963002: Add error message for domain mismatch on re-enrollment. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Move message declaration in policy_strings.grdp to work around an Android build issue. Created 6 years, 9 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:
Download patch
« no previous file with comments | « components/policy_strings.grdp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 5a9b6595be3fc196487c0281650e4de0cc19b957..3787997ddcf1a0d87821d99917f4c1879d194643 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -31137,6 +31137,9 @@ other types of suffix sets.
<int value="22" label="Deprovisioned device">
Enrollment failed because the administrator has deprovisioned the device.
</int>
+ <int value="23" label="Domain mismatch">
+ Enrollment failed because the device belongs to a different domain.
+ </int>
</enum>
<enum name="EnterprisePolicies" type="int">
« no previous file with comments | « components/policy_strings.grdp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698