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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2790183002: Add UMA for the content suggestions settings (Closed)
Patch Set: address comments and rebase 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
« no previous file with comments | « tools/metrics/actions/actions.xml ('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 23ec2bb552cd4ff0461074355a6abdb026c978b7..07364cbb51d41f9a36c17293f90473cd9885c101 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41535,6 +41535,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.Preferences.RemoteSuggestions"
+ enum="BooleanEnabled">
+ <owner>dgn@chromium.org</owner>
+ <owner>finkm@chromium.org</owner>
+ <summary>
+ Whether content suggestions from the remote service are enabled. It is
+ recored at startup. Note: This histogram is not specific to the New Tab
+ Page.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.Shown" units="index">
<owner>treib@chromium.org</owner>
<summary>
@@ -86799,6 +86810,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="4" label="Hidden (Chrome became frontmost)"/>
<int value="5" label="Hidden (Category disabled)"/>
<int value="6" label="Hidden (Content Suggestion Service shut down)"/>
+ <int value="7" label="Settings"/>
</enum>
<enum name="ContentSuggestionsNotificationsImpression" type="int">
« no previous file with comments | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698