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

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

Issue 1009453003: New metric to track usage of the new GAIA flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Document when the value is reported. Created 5 years, 9 months 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 | « chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.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 01963f4e74cdf4e458e63460de7f33f4c45d3792..df2e421966d5fd65a638bd48f69baf9cc261efaf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2782,6 +2782,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="ChromeOS.GAIA.WebViewFlow" enum="BooleanGAIAWebViewFlow">
+ <owner>ginkage@chromium.org</owner>
+ <summary>
+ Whether a user signed in using the new WebView-based GAIA flow. This value
+ is sent after the GAIA screen has completed user authentication.
+ </summary>
+</histogram>
+
<histogram name="ChromeOS.MachineIdRegen.AgeSeconds" units="seconds">
<owner>zeuthen@chromium.org</owner>
<summary>
@@ -44992,6 +45000,11 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="1" label="Force Disabled"/>
</enum>
+<enum name="BooleanGAIAWebViewFlow" type="int">
+ <int value="0" label="iframe-based flow"/>
+ <int value="1" label="WebView-based flow"/>
+</enum>
+
<enum name="BooleanHadBlankText" type="int">
<int value="0" label="Did not have blank text"/>
<int value="1" label="Had blank text"/>
« no previous file with comments | « chrome/browser/ui/webui/chromeos/login/gaia_screen_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698