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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2270183002: [FRE] Add MobileFre.Progress histograms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 48e53f0b242d9ad8d9fa3e18d69c87245d86340c..0a77f3fa036ba42a419cd072c2f827fa8f96fd2f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24957,6 +24957,11 @@ 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: Progress of the &quot;first run experience&quot;.</summary>
Bernhard Bauer 2016/08/24 09:27:23 Not that I'm a histogram OWNER, but you probably w
gogerald1 2016/08/24 14:47:44 Done. A little bit more explanations,
+</histogram>
+
<histogram name="MobileFre.SignInChoice" enum="MobileFreSignInChoice">
<owner>aruslan@chromium.org</owner>
<summary>
@@ -86163,6 +86168,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 +99981,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"/>

Powered by Google App Engine
This is Rietveld 408576698