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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2371213002: Refactor: Inject StatisticsProvider as a dependency of DeviceCloudPolicyInitializer. (Closed)
Patch Set: Inject StatisticsProvider as a dependency of DeviceCloudPolicyInitializer. Created 4 years, 2 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 a0dde3fa7a07dec1c1ab8aae8dd469429744f9e4..d541a6d2279cdacc982cc446bd313c9bbe55c893 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77797,6 +77797,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="52" label="Registration certificate fetch fail">
A registration certificate could not be obtained from the PCA.
</int>
+ <int value="53" label="Cannot sign enrollment request">
+ The request to enroll could not be signed.
+ </int>
+ <int value="54" label="Device identification missing">
+ Device model or serial number missing from VPD.
+ </int>
</enum>
<enum name="EnterprisePolicies" type="int">

Powered by Google App Engine
This is Rietveld 408576698