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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 978653002: Upstream FirstRunActivity and friends. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated logos 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 91dbe51a1bca499b922f150e846c0e4e811698ce..d09363a310c9ea2731e4ba80ed9598fa9da86cbc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -14671,6 +14671,21 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="MobileFre.FinishState" enum="MobileFreFinishState">
+ <owner>aruslan@chromium.org</owner>
+ <summary>
+ Android: How the user left the &quot;first run experience&quot; activity.
+ </summary>
+</histogram>
+
+<histogram name="MobileFre.SignInChoice" enum="MobileFreSignInChoice">
+ <owner>aruslan@chromium.org</owner>
+ <summary>
+ Android: How the user left the sign-in part of the &quot;first run
+ experience&quot; activity (M-38+).
+ </summary>
+</histogram>
+
<histogram name="MobileFullscreenVideo.DurationAfterPotraitRotation"
units="milliseconds">
<owner>qinmin@chromium.org</owner>
@@ -53776,6 +53791,30 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="1" label="Failure"/>
</enum>
+<enum name="MobileFreFinishState" type="int">
+ <summary>
+ These values are defined inside the MobileFreFinishState enum
+ chrome/browser/android/metrics/uma_bridge.cc and reference possible ways of
+ closing the first run experience.
+ </summary>
Ilya Sherman 2015/03/10 23:59:31 Note that enum <summary>s are only shown on hover;
+ <int value="0" label="Skipped"/>
+ <int value="1" label="Signed in"/>
+ <int value="2" label="Skipped after failing"/>
+</enum>
+
+<enum name="MobileFreSignInChoice" type="int">
+ <summary>
+ These values are defined inside the MobileFreSignInChoice enum
+ chrome/browser/android/metrics/uma_bridge.cc and reference possible ways of
+ completing the sign-in part of the First Run Experience.
+ </summary>
+ <int value="0" label="Accept default account"/>
+ <int value="1" label="Accept another account"/>
+ <int value="2" label="Settings default account"/>
+ <int value="3" label="Settings another account"/>
+ <int value="4" label="No thanks"/>
+</enum>
+
<enum name="MobileSessionCallerApp" type="int">
<int value="0" label="Google Search"/>
<int value="1" label="GMail"/>
« chrome/browser/android/metrics/uma_bridge.cc ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698