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

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

Issue 2374303002: cros: Added a new function to quick unlock api for checking unfinished pins. (Closed)
Patch Set: Fixed patch set 10 errors. 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 2f041a4f5b31da30ddfc76f3b28ec339afb3d877..bfe9f7033c18dec44fec67df90ef313c5ca7aff3 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -80485,10 +80485,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
label="Allow remote users to interact with elevated windows in remote
assistance sessions"/>
<int value="345" label="Enables HTTP/0.9 support on non-default ports"/>
- <int value="346" label="Enables force sign in for browser."/>
- <int value="347" label="Always open PDF in external viewer."/>
- <int value="348" label="Force YouTube Restricted Mode"/>
- <int value="349" label="Report information about the status of Android."/>
+ <int value="346" label="Enables force sign in for Google Chrome."/>
+ <int value="347" label="Always Open PDF files externally"/>
+ <int value="348" label="Force minimum YouTube Restricted Mode"/>
+ <int value="349" label="Report information about status of Android"/>
+ <int value="350" label="Sets the minimum length of the lock screen pin."/>
+ <int value="351" label="Sets the maximum length of the lock screen pin."/>
+ <int value="352"
+ label="Enables users to set weak pins for the lock screen pin."/>
</enum>
<enum name="EnterprisePolicyInvalidations" type="int">
@@ -82470,6 +82474,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