Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 01963f4e74cdf4e458e63460de7f33f4c45d3792..97bcf061474634a68adb37f850edf35148f98b88 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2782,6 +2782,13 @@ 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. |
Ilya Sherman
2015/03/13 23:11:34
Please document when this is reported.
|
+ </summary> |
+</histogram> |
+ |
<histogram name="ChromeOS.MachineIdRegen.AgeSeconds" units="seconds"> |
<owner>zeuthen@chromium.org</owner> |
<summary> |
@@ -44992,6 +44999,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"/> |