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

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

Issue 2270183002: [FRE] Add MobileFre.Progress histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 years, 4 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/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java ('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 48e53f0b242d9ad8d9fa3e18d69c87245d86340c..3afb5e06b7b0de09ddb9f80ef8248c6c64423f31 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24957,6 +24957,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="MobileFre.Progress" enum="MobileFreProgress">
+ <owner>gogerald@chromium.org</owner>
+ <summary>
+ Android: Records which states of the &quot;first run experience&quot; have
+ been reached. Each bucket represents a state and recorded everytime the
+ state changed.
+ </summary>
+</histogram>
+
<histogram name="MobileFre.SignInChoice" enum="MobileFreSignInChoice">
<owner>aruslan@chromium.org</owner>
<summary>
@@ -86163,6 +86172,15 @@ To add a new entry, add it with any value and run test to compute valid value.
<int value="4" label="Resumption auto started"/>
</enum>
+<enum name="MobileFreProgress" type="int">
+ <int value="0" label="FRE started"/>
+ <int value="1" label="Welcome shown"/>
+ <int value="2" label="Data saver shown"/>
+ <int value="3" label="Sign in shown"/>
+ <int value="4" label="FRE completed w/ user signed in"/>
+ <int value="5" label="FRE completed w/ user not signed in"/>
+</enum>
+
<enum name="MobileFreSignInChoice" type="int">
<summary>
These values are defined inside the MobileFreSignInChoice enum
@@ -99967,13 +99985,25 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="MobileDownload.InterruptionsCount"/>
</histogram_suffixes>
+<histogram_suffixes name="MobileFreEntryType" separator=".">
+ <suffix name="MainIntent" label="Icon click"/>
+ <suffix name="ViewIntent" label="VIEW intent"/>
+ <affected-histogram name="MobileFre.Progress"/>
+</histogram_suffixes>
+
<histogram_suffixes name="MobileFreSignInChoiceEntryType" separator=".">
+ <obsolete>
+ Removed from code as of 08/2016.
+ </obsolete>
<suffix name="MainIntent" label="Icon click"/>
<suffix name="ViewIntent" label="VIEW intent"/>
<affected-histogram name="MobileFre.SignInChoice"/>
</histogram_suffixes>
<histogram_suffixes name="MobileFreSignInChoiceNumberOfAccounts" separator=".">
+ <obsolete>
+ Removed from code as of 08/2016.
+ </obsolete>
<suffix name="ZeroAccounts" label="Zero accounts"/>
<suffix name="OneAccount" label="One account"/>
<suffix name="ManyAccounts" label="Two or more accounts"/>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/firstrun/FirstRunActivity.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698