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

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

Issue 82733007: Add missing histogram definition for signin confirmations. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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 | « no previous file | 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 be3aa19f341eb3e9a5b7d226930bb645924e1e45..1942593c6db2ee4a33be0a21ca39239178576858 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -16374,6 +16374,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Signin.OneClickConfirmation" enum="SigninFlowConfirmations">
+ <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="SimpleCache.App.CheckCRCResult" enum="CheckCRCResult">
<summary>
Whether or not the CRC was checked at the moment when the last reference to
@@ -28370,6 +28377,23 @@ other types of suffix sets.
<int value="2" label="Dismiss"/>
</enum>
+<enum name="SigninFlowConfirmations" type="int">
+ <int value="0" label="Shown"/>
+ <int value="1" label="OK"/>
+ <int value="2" label="Return"/>
+ <int value="3" label="Advanced"/>
+ <int value="4" label="Close"/>
+ <int value="5" label="Escape"/>
+ <int value="6" label="Undo"/>
+ <int value="7" label="Learn more"/>
+ <int value="8" label="Learn more ok"/>
+ <int value="9" label="Learn more return"/>
+ <int value="10" label="Learn more advanced"/>
+ <int value="11" label="Learn more close"/>
+ <int value="12" label="Learn more escape"/>
+ <int value="13" label="Learn more undo"/>
+</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"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698