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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2875073002: Match histogram name to code (Closed)
Patch Set: Created 3 years, 7 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 4771494ed098ff79098869cd46ec16b98d67350d..fdcfb764fab772116374cf1b19874ef128ffd433 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -42459,6 +42459,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.ContentSuggestions.Notifications.AutoOptOuts"
+ enum="ContentSuggestionsNotificationsOptOut">
+ <owner>sfiera@chromium.org</owner>
+ <summary>
+ Android: The number of times a user opted out, keyed by method: IMPLICIT
+ (user ignored enough notifications consecutively that we think they're not
+ interested), or EXPLICIT (via explicit setting).
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.ContentSuggestions.Notifications.Impressions"
enum="ContentSuggestionsNotificationsImpression">
<owner>sfiera@chromium.org</owner>
@@ -42469,16 +42479,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="NewTabPage.ContentSuggestions.Notifications.OptOuts"
- enum="ContentSuggestionsNotificationsOptOut">
- <owner>sfiera@chromium.org</owner>
- <summary>
- Android: The number of times a user opted out, keyed by method: IMPLICIT
- (user ignored enough notifications consecutively that we think they're not
- interested), or EXPLICIT (via explicit setting).
- </summary>
-</histogram>
-
<histogram name="NewTabPage.ContentSuggestions.OpenDisposition"
enum="WindowOpenDisposition">
<owner>treib@chromium.org</owner>
« 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