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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2675393002: Rewrite a better summary for some Win10 Welcome page histograms (Closed)
Patch Set: Clearer comment Created 3 years, 10 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 | « no previous file | 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 f5d4032aa24dbd8c475312ebe7874911464a308d..8152ab3165795e9862537b543758b92ba0487e83 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -77838,20 +77838,24 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</histogram>
<histogram name="Welcome.Win10.NewPromoPageAdded" enum="BooleanShown">
+ <owner>pmonette@chromium.org</owner>
<owner>tmartino@chromium.org</owner>
<summary>
- Records whether or not the revamped WebUI-based welcome page was added to
- the startup tabs list. This means there is a good chance it was shown to the
- user.
+ Emits a &quot;true&quot; sample when the revamped WebUI-based welcome page
+ is added to the startup tabs list. This means that barring an error on
+ startup, it was shown to the user. This histogram can only be recorded
+ during first-run flow, when the EnableWelcomeWin10 experiment is enabled.
</summary>
</histogram>
<histogram name="Welcome.Win10.OriginalPromoPageAdded" enum="BooleanShown">
+ <owner>pmonette@chromium.org</owner>
<owner>tmartino@chromium.org</owner>
<summary>
- Records whether or not the old external welcome page was added to the
- startup tabs list. This means there is a good chance it was shown to the
- user.
+ Emits a &quot;true&quot; sample when the old external welcome page is added
+ to the startup tabs list. This means that barring an error on startup, it
+ was shown to the user. This histogram can only be recorded during first-run
+ flow, when the EnableWelcomeWin10 experiment is disabled.
</summary>
</histogram>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698