diff options
author | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-15 03:12:53 +0000 |
---|---|---|
committer | felt@chromium.org <felt@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-02-15 03:12:53 +0000 |
commit | 58956c2e50e5034734a9c79776dd37bc5af23620 (patch) | |
tree | 651c3508f935bef38cee78bf81ca86fc238250d1 /tools | |
parent | a3734edc2baad1b0981a63b8cc6cdf2ac61d666f (diff) | |
download | chromium_src-58956c2e50e5034734a9c79776dd37bc5af23620.zip chromium_src-58956c2e50e5034734a9c79776dd37bc5af23620.tar.gz chromium_src-58956c2e50e5034734a9c79776dd37bc5af23620.tar.bz2 |
Add a histogram "Download.FeedbackDialogEnabled"
This adds a new UMA histogram, "Download.FeedbackDialogEnabled." The histogram tells us how the user responded to the opt-in reporting dialog (enabled = true, disabled = false).
BUG=312533
Review URL: https://codereview.chromium.org/163433012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@251488 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index abaee59..d165d77 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -3203,6 +3203,13 @@ other types of suffix sets. </summary> </histogram> +<histogram name="Download.FeedbackDialogEnabled" enum="BooleanEnabled"> + <summary> + Whether the user enables dangerous download feedback reporting after viewing + the opt-in dialog. + </summary> +</histogram> + <histogram name="Download.FilePickerResult" enum="DownloadFilePickerResult"> <summary> How the user interacts with the file chooser when doing a "Save |