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

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: Self-review. 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1a4329edb1d661ed76faed9b1b07bc372cd1ea67..a9b1b900ac7ccd578b848201e1170db949fad71c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30998,6 +30998,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">

Powered by Google App Engine
This is Rietveld 408576698