Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index b96d36c0757492ffe74de4250a8c03d14529fe9b..999d1c2d364a06e9e1abef277661802ec9ae60c7 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -58885,6 +58885,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>The number of pinned tabs opened when a profile is loaded.</summary> |
</histogram> |
+<histogram name="Settings.PinUnlockSetup" enum="LockScreenProgress"> |
+ <owner>sammiequon@chromium.org</owner> |
+ <summary> |
+ The users progress through the pin unlock setup wizard. Each type |
+ corresponds to the user completeing a different stage of the setup wizard. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Settings.RegisterProfilePrefsTime" units="ms"> |
<owner>rkaplow@chromium.org</owner> |
<summary> |
@@ -91410,6 +91418,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="1" label="SinkNeverStarted"/> |
</enum> |
+<enum name="LockScreenProgress" type="int"> |
+ <int value="0" label="Start screen lock"/> |
+ <int value="1" label="Enter password correctly"/> |
+ <int value="2" label="Choose pin or password"/> |
+ <int value="3" label="Enter pin"/> |
+ <int value="4" label="Confirm pin"/> |
+</enum> |
+ |
<enum name="LoginConsumerWhitelist" type="int"> |
<int value="0" label="ANY_USER_ALLOWED">Any user can sign in</int> |
<int value="1" label="ONLY_WHITELISTED_ALLOWED">Whitelisted users only</int> |