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

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: Rebased. Created 4 years, 1 month 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 2041dd4cb7ce57ca4dba3a1acfbd2c7c4ce3e738..ddf4e47d1828af2ed1faac2780fce1ec3b2198de 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -81156,6 +81156,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">
@@ -83137,6 +83141,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1146" label="LANGUAGESETTINGSPRIVATE_DISABLELANGUAGE"/>
<int value="1147" label="FILEMANAGERPRIVATEINTERNAL_GETDIRECTORYSIZE"/>
<int value="1148" label="BLUETOOTHLOWENERGY_SETADVERTISINGINTERVAL"/>
+ <int value="1149" label="QUICKUNLOCKPRIVATE_ISCREDENTIALUSABLE"/>
</enum>
<enum name="ExtensionIconState" type="int">

Powered by Google App Engine
This is Rietveld 408576698