Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(123)

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 777143003: Clean up straggler classes to use embedded signin in page in the new profiles world. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « components/signin/core/browser/signin_metrics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index b442f9c9d25d57f84401b7562ee347b99316d05d..61f9f39a7ed2873e143ad34670f914184017e541 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -32460,13 +32460,18 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</histogram>
<histogram name="Signin.OneClickConfirmation" enum="SigninFlowConfirmations">
- <owner>Please list the metric's owners. Add more owner tags as needed.</owner>
+ <owner>noms@chromium.org</owner>
<summary>
Count of the ways users interact with the confirmation dialogs of the new
web based sign in to Chrome flow (accessed via the one click signin).
</summary>
</histogram>
+<histogram name="Signin.Reauth" enum="SigninReauthStates">
+ <owner>noms@chromium.org</owner>
+ <summary>Tracks events related to the reauthentication Gaia page.</summary>
+</histogram>
+
<histogram name="Signin.Reconciler.AddedToChrome">
<obsolete>
Deprecated 2014-09 because chrome no longer tries to reconcile from the
@@ -32540,6 +32545,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Signin.SigninSource" enum="SigninSource">
+ <owner>noms@chromium.org</owner>
+ <summary>
+ Logs the original source that displayed the signin or reauth Gaia page,
+ before the page is displayed.
+ </summary>
+</histogram>
+
<histogram name="Signin.SignoutProfile" enum="SigninSignoutProfile">
<owner>mlerman@chromium.org</owner>
<summary>Track how a profile gets signed out.</summary>
@@ -55484,6 +55497,11 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="10" label="Undo">The sync was aborted with an undo button.</int>
</enum>
+<enum name="SigninReauthStates" type="int">
+ <int value="0" label="Account mismatch"/>
+ <int value="1" label="Reauth Shown"/>
+</enum>
+
<enum name="SigninSignoutProfile" type="int">
<int value="0" label="Preference changed">
The preference or policy controlling if signin is valid has changed.
@@ -55509,6 +55527,22 @@ To add a new entry, add it with any value and run test to compute valid value.
</int>
</enum>
+<enum name="SigninSource" type="int">
+ <int value="0" label="Start page"/>
+ <int value="1" label="NTP Link"/>
+ <int value="2" label="Menu"/>
+ <int value="3" label="Settings"/>
+ <int value="4" label="Extension install bubble"/>
+ <int value="5" label="App launcher"/>
+ <int value="6" label="Apps page link"/>
+ <int value="7" label="Bookmark bubble"/>
+ <int value="8" label="Avatar bubble sign in"/>
+ <int value="9" label="Avatar bubble add account"/>
+ <int value="10" label="Devices page"/>
+ <int value="11" label="Reauth"/>
+ <int value="12" label="Unknown"/>
+</enum>
+
<enum name="SimpleCache.EntryCreatedAndStream2Omitted" type="int">
<int value="0" label="Stream 2 file was present"/>
<int value="1" label="Empty stream 2 file was omitted"/>
@@ -61666,6 +61700,13 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="AndroidAccountConsistencyFirstRunActions"
label="Signin Flow shown on android after Account Consistency flag was
enabled."/>
+ <affected-histogram name="Signin"/>
+</histogram_suffixes>
+
+<histogram_suffixes name="Signin.ObsoleteActions" separator=".">
+ <obsolete>
+ Deprecated as of 12/2014.
+ </obsolete>
<suffix name="AppLauncherActions"/>
<suffix name="ExtensionInstallBubbleActions"/>
<suffix name="MenuActions"/>
« no previous file with comments | « components/signin/core/browser/signin_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698