| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index a7d84fcd9c545290a2fd447644b6cd4634fad217..6506bb2726c56ef6541ab521065ac784e3a364e4 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -6488,6 +6488,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| enum="EasyUnlockNotificationEvent">
|
| <owner>joshwoodward@google.com</owner>
|
| <owner>tbarzic@chromium.org</owner>
|
| + <obsolete>
|
| + Deprecated 02/2015. Replaced by EasyUnlock.Setup.PromoNotificationEvent.
|
| + </obsolete>
|
| <summary>
|
| Tracks events related to notifications used by EasyUnlock feature. For
|
| example a specific EasyUnlock notification being shown or clicked.
|
| @@ -6585,6 +6588,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| </details>
|
| </histogram>
|
|
|
| +<histogram name="EasyUnlock.Setup.PromoNotificationEvent"
|
| + enum="EasyUnlockPromoNotificationEvent">
|
| + <owner>isherman@chromium.org</owner>
|
| + <owner>xiaowenx@chromium.org</owner>
|
| + <summary>
|
| + Measures user interactions with the Smart Lock promo notification.
|
| + </summary>
|
| + <details>
|
| + Due to technical limitations of the implementation, it is hard to track
|
| + precisely which users opened the setup app as a result of interacting with
|
| + the promo notification. This metric measures setup app interactions from all
|
| + users who click on the promo notification, and subsequently launch the setup
|
| + app.
|
| + </details>
|
| +</histogram>
|
| +
|
| <histogram name="EasyUnlock.SetupStateOnClose" enum="EasyUnlockSetupState">
|
| <owner>joshwoodward@google.com</owner>
|
| <owner>tbarzic@chromium.org</owner>
|
| @@ -46470,6 +46489,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
|
| <int value="3" label="Try out notification clicked"/>
|
| </enum>
|
|
|
| +<enum name="EasyUnlockPromoNotificationEvent" type="int">
|
| + <int value="0" label="Promo notification shown"/>
|
| + <int value="1" label="Promo notification clicked"/>
|
| + <int value="2" label="Promo notification dismissed"/>
|
| + <int value="3" label="Setup app launched"/>
|
| + <int value="4" label="Setup completed successfully"/>
|
| +</enum>
|
| +
|
| <enum name="EasyUnlockRemoteLockScreenState" type="int">
|
| <int value="0" label="Unknown state"/>
|
| <int value="1" label="Lock screen disabled, trust agent unsupported"/>
|
|
|