Commit 2a03a774 authored by sfiera's avatar sfiera Committed by Commit bot

Match histogram name to code

This histogram *should* be named OptOuts, but I gave it the wrong name
in the code. For now, I just want to be able to see it in UMA.

Review-Url: https://codereview.chromium.org/2875073002
Cr-Commit-Position: refs/heads/master@{#471094}
parent a27b4d09
...@@ -42462,23 +42462,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. ...@@ -42462,23 +42462,23 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary> </summary>
</histogram> </histogram>
<histogram name="NewTabPage.ContentSuggestions.Notifications.Impressions" <histogram name="NewTabPage.ContentSuggestions.Notifications.AutoOptOuts"
enum="ContentSuggestionsNotificationsImpression"> enum="ContentSuggestionsNotificationsOptOut">
<owner>sfiera@chromium.org</owner> <owner>sfiera@chromium.org</owner>
<summary> <summary>
Android: The number of notifications that were shown, keyed by category. One Android: The number of times a user opted out, keyed by method: IMPLICIT
bucket counts the server-provided ARTICLES category; the other counts (user ignored enough notifications consecutively that we think they're not
everything else. interested), or EXPLICIT (via explicit setting).
</summary> </summary>
</histogram> </histogram>
<histogram name="NewTabPage.ContentSuggestions.Notifications.OptOuts" <histogram name="NewTabPage.ContentSuggestions.Notifications.Impressions"
enum="ContentSuggestionsNotificationsOptOut"> enum="ContentSuggestionsNotificationsImpression">
<owner>sfiera@chromium.org</owner> <owner>sfiera@chromium.org</owner>
<summary> <summary>
Android: The number of times a user opted out, keyed by method: IMPLICIT Android: The number of notifications that were shown, keyed by category. One
(user ignored enough notifications consecutively that we think they're not bucket counts the server-provided ARTICLES category; the other counts
interested), or EXPLICIT (via explicit setting). everything else.
</summary> </summary>
</histogram> </histogram>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment