| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 87270d9871c8e1204216fbf755ad2850a8e3713c..4a306d3e0a73ce51389a8d44dd65be1103c397a8 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -6583,6 +6583,16 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="EasyUnlock.AuthEvent.SignIn.Duration" units="ms">
|
| + <owner>isherman@google.com</owner>
|
| + <owner>tengs@google.com</owner>
|
| + <owner>xiaowenx@google.com</owner>
|
| + <summary>
|
| + Measures the time elapsed between the user focusing her user pod and signing
|
| + in using Smart Lock.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="EasyUnlock.AuthEvent.Unlock" enum="EasyUnlockAuthEvent">
|
| <owner>isherman@google.com</owner>
|
| <owner>xiaowenx@google.com</owner>
|
| @@ -6595,6 +6605,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="EasyUnlock.AuthEvent.Unlock.Duration" units="ms">
|
| + <owner>isherman@google.com</owner>
|
| + <owner>tengs@google.com</owner>
|
| + <owner>xiaowenx@google.com</owner>
|
| + <summary>
|
| + Measures the time elapsed between the lock screen being shown and the user
|
| + unlocking the device using Smart Lock. The lock screen is typically shown
|
| + when the user opens her Chromebook's lid (or otherwise wakes the computer),
|
| + but can also be shown when the user manually locks the device.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="EasyUnlock.AuthProximity.RemoteDeviceModelHash"
|
| enum="EasyUnlockDeviceModelHash">
|
| <owner>tengs@chromium.org</owner>
|
|
|