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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2374303002: cros: Added a new function to quick unlock api for checking unfinished pins. (Closed)
Patch Set: Fixed patch set 27 errors. Created 4 years 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 | « extensions/browser/extension_function_histogram_value.h ('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 63c4074f401b26b265274fb69c4259a468690e19..ff370d0d27cc87f9b4cba1f90be88a995dbfefa2 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -83126,6 +83126,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="352" label="Configure allowed quick unlock modes."/>
<int value="353"
label="Sets how often user has to enter password to use quick unlock."/>
+ <int value="354" label="Sets the minimum length of the lock screen PIN."/>
+ <int value="355" label="Sets the maximum length of the lock screen PIN."/>
+ <int value="356"
+ label="Enables users to set weak PINs for the lock screen PIN."/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
@@ -85113,6 +85117,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1151" label="SYSTEM_DISPLAY_TOUCHCALIBRATIONRESET"/>
<int value="1152" label="CERTIFICATEPROVIDER_REQUESTPIN"/>
<int value="1153" label="CERTIFICATEPROVIDER_STOPPINREQUEST"/>
+ <int value="1154" label="QUICKUNLOCKPRIVATE_CHECKCREDENTIAL"/>
+ <int value="1155" label="QUICKUNLOCKPRIVATE_GETCREDENTIALREQUIREMENTS"/>
</enum>
<enum name="ExtensionIconState" type="int">
« no previous file with comments | « extensions/browser/extension_function_histogram_value.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698