Commit 4dc67c17 authored by mlerman@chromium.org's avatar mlerman@chromium.org

Owner and definition for Signin.*Actions. Add one for Android.

BUG=357693

Review URL: https://codereview.chromium.org/319583002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@277925 0039d316-1c4b-4281-b951-d872f2087c98
parent 6fdad7a5
...@@ -25576,6 +25576,15 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -25576,6 +25576,15 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary> </summary>
</histogram> </histogram>
<histogram name="Signin" enum="SigninHelperFlow">
<owner>mlerman@chromium.org</owner>
<summary>
Tracks user interactions as they sign in through a flow. The suffix of the
histogram indicates what UI widget or application flow triggered the signin
flow.
</summary>
</histogram>
<histogram name="Signin.AddAccount" enum="BooleanSuccess"> <histogram name="Signin.AddAccount" enum="BooleanSuccess">
<owner>mlerman@chromium.org</owner> <owner>mlerman@chromium.org</owner>
<summary> <summary>
...@@ -43690,6 +43699,35 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -43690,6 +43699,35 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="13" label="Learn more undo"/> <int value="13" label="Learn more undo"/>
</enum> </enum>
<enum name="SigninHelperFlow" type="int">
<int value="0" label="Shown">The signin flow was shown to the user.</int>
<int value="1" label="Accepted">The user pressed accept to sign in.</int>
<int value="2" label="Rejected">The user pressed the reject to sign in.</int>
<int value="3" label="Dismissed">
The user pressed the X button to dismiss the signin promo.
</int>
<int value="4" label="Ignored">
The user completely ignored the signin promo. Either they navigated away, or
they used the page as is.
</int>
<int value="5" label="Learn More">
The user clicked on the learn more link in the signin promo.
</int>
<int value="6" label="Accept with Defaults">
The sync was started with default settings.
</int>
<int value="7" label="Accept with Advanced">
The sync was started with advanced settings.
</int>
<int value="8" label="Auto-Accept with Defaults">
The sync was started through auto-accept with default settings.
</int>
<int value="9" label="Auto-Accept with Advanced">
The sync was started through auto-accept with advanced settings.
</int>
<int value="10" label="Undo">The sync was aborted with an undo button.</int>
</enum>
<enum name="SimpleCache.EntryCreatedAndStream2Omitted" type="int"> <enum name="SimpleCache.EntryCreatedAndStream2Omitted" type="int">
<int value="0" label="Stream 2 file was present"/> <int value="0" label="Stream 2 file was present"/>
<int value="1" label="Empty stream 2 file was omitted"/> <int value="1" label="Empty stream 2 file was omitted"/>
...@@ -48545,6 +48583,23 @@ Therefore, the affected-histogram name has to have at least one dot in it. ...@@ -48545,6 +48583,23 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<affected-histogram name="Extensions.UpdateSource"/> <affected-histogram name="Extensions.UpdateSource"/>
</histogram_suffixes> </histogram_suffixes>
<histogram_suffixes name="Signin.Actions" separator=".">
<suffix name="AllAccessPointActions"/>
<suffix name="AndroidAccountConsistencyFirstRunActions"
label="Signin Flow shown on android after Account Consistency flag was
enabled."/>
<suffix name="AppLauncherActions"/>
<suffix name="ExtensionInstallBubbleActions"/>
<suffix name="MenuActions"/>
<suffix name="NTPLinkActions"/>
<suffix name="OneClickActions"/>
<suffix name="SettingsActions"/>
<suffix name="StartPageActions"/>
<suffix name="UnknownActions"/>
<suffix name="WebstoreInstallActions"/>
<affected-histogram name="Signin"/>
</histogram_suffixes>
<histogram_suffixes name="Signin.Reconciler" separator="."> <histogram_suffixes name="Signin.Reconciler" separator=".">
<suffix name="FirstRun" <suffix name="FirstRun"
label="First execution of the reconciler after the profile was loaded label="First execution of the reconciler after the profile was loaded
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