Commit d0a4186b authored by James Hawkins's avatar James Hawkins Committed by Commit Bot

SmartLock: Add missing Setup progress values to histograms.xml.

R=isherman@chromium.org

Bug: none
Test: none
Change-Id: I037ff111a1ce3f4ba70473569abd8008378c00ed
Reviewed-on: https://chromium-review.googlesource.com/994278
Commit-Queue: James Hawkins <jhawkins@chromium.org>
Commit-Queue: Ilya Sherman <isherman@chromium.org>
Reviewed-by: default avatarIlya Sherman <isherman@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547934}
parent 4242dbc2
......@@ -10788,6 +10788,28 @@ Called by update_net_error_codes.py.-->
<int value="6" label="Lock screen enabled, trust agent enabled"/>
</enum>
<enum name="EasyUnlockSetupProgress">
<int value="0" label="Showed promo"/>
<int value="1" label="Clicked promo"/>
<int value="2" label="Dismissed promo"/>
<int value="3" label="Launched setup app"/>
<int value="4" label="Clicked find phone"/>
<int value="5" label="Find phone error"/>
<int value="6" label="Server returned eligible devices"/>
<int value="7" label="Remote device connected"/>
<int value="8" label="Missing secure lock screen"/>
<int value="9" label="Clicked check again after missing secure lock screen"/>
<int value="10" label="Clicked pair phone"/>
<int value="11" label="Pairing error"/>
<int value="12" label="Clicked restart setup after paring error"/>
<int value="13" label="Pairing complete"/>
<int value="14" label="Showed SmartLock for Android promo"/>
<int value="15" label="Acknowledged SmartLock for Android promo"/>
<int value="16" label="Showed pairing complete"/>
<int value="17" label="Clicked try it out"/>
<int value="18" label="Clicked done"/>
</enum>
<enum name="EasyUnlockSetupState">
<int value="0" label="Success"/>
<int value="1" label="Scan (initial)"/>
......@@ -19831,6 +19831,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</details>
</histogram>
<histogram name="EasyUnlock.Setup.Progress.SansPromo"
enum="EasyUnlockSetupProgress">
<owner>jhawkins@chromium.org</owner>
<summary>
Records events at each step of the Setup process, when the Setup flow is
initiated without the promotion notification.
</summary>
</histogram>
<histogram name="EasyUnlock.Setup.Progress.ViaPromo"
enum="EasyUnlockSetupProgress">
<owner>jhawkins@chromium.org</owner>
<summary>
Records events at each step of the Setup process, when the Setup flow is
initiated via the promotion notification.
</summary>
</histogram>
<histogram name="EasyUnlock.Setup.PromoNotificationEvent"
enum="EasyUnlockPromoNotificationEvent">
<owner>isherman@chromium.org</owner>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment