Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 06532ba140819f137bad3e921a9721d53e544c64..41e60801836df7e17976ce95ee25cccac15d4a86 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -50219,6 +50219,22 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<summary>How long it takes the swap ack to return after a swap.</summary> |
</histogram> |
+<histogram name="ScreenLocker.AuthenticationFailure" enum="UnlockFailureType"> |
+ <owner>sammiequon@chromium.org</owner> |
+ <summary> |
+ What type of authentication was attempted when the user failed to unlock the |
+ lock screen. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="ScreenLocker.AuthenticationSuccess" enum="UnlockSuccessType"> |
+ <owner>sammiequon@chromium.org</owner> |
+ <summary> |
+ What type of authentication was attempted when the user successfully |
+ unlocked the lock screen. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Sdch3.AdvertisedWithSecureScheme" enum="BooleanHttps"> |
<obsolete> |
Experiment complete, histogram gathering code removed. |
@@ -93850,6 +93866,16 @@ To add a new entry, add it with any value and run test to compute valid value. |
<int value="3" label="Group not reported and trial was disabled"/> |
</enum> |
+<enum name="UnlockFailureType" type="int"> |
+ <int value="0" label="Document Mode"/> |
+ <int value="1" label="Tabbed Mode"/> |
+</enum> |
+ |
+<enum name="UnlockSuccessType" type="int"> |
+ <int value="0" label="Password"/> |
jdufault
2016/08/04 19:42:04
Update these labels
sammiequon
2016/08/05 01:46:00
Done.
|
+ <int value="1" label="Kill (He's dead, Jim!)"/> |
+</enum> |
+ |
<enum name="UpdateEngineAttemptResult" type="int"> |
<int value="0" label="Update Succeeded"/> |
<int value="1" label="Internal Error"/> |