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

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, 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 22d3a66c2235d6fc4e31ca793faf991648ea670c..f0a5c1816a3e988344a0ff991f36517d9c19e35a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -41251,6 +41251,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
+ checked at startup. Note: This histogram is not specific to the New Tab
Marc Treib 2017/04/06 15:39:30 s/checked/recorded/ ? Changing the pref at runtim
dgn 2017/04/06 17:28:12 Done.
+ Page.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.Shown" units="index">
<owner>treib@chromium.org</owner>
<summary>
@@ -86393,6 +86404,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">
« components/ntp_snippets/content_suggestions_service.cc ('K') | « tools/metrics/actions/actions.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698