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

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

Issue 2844323003: 🔍 Add first run dialog for selecting search engine (Closed)
Patch Set: 🔍 Add First Run dialog for selecting search engine Created 3 years, 8 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 45067c84ce74a7a239984b50c5735b4f3f1ead78..6b804732dc8aaf0b0d4bb963c77c8a5ff9a21614 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -30589,7 +30589,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<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.
+ state changed. Pages can be double counted if the user goes backwards in
+ the flow.
</summary>
</histogram>
@@ -106328,6 +106329,7 @@ from previous Chrome versions.
<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"/>
+ <int value="6" label="Search engine choice dialog shown"/>
</enum>
<enum name="MobileFreSignInChoice" type="int">

Powered by Google App Engine
This is Rietveld 408576698