diff options
author | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 21:10:00 +0000 |
---|---|---|
committer | rdevlin.cronin@chromium.org <rdevlin.cronin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-04-15 21:10:00 +0000 |
commit | b2b275dfa335908b5978d0f47e800ddc0f69e874 (patch) | |
tree | 435537c7bab541453fc36efec20434f01a5cfcbd /tools/metrics | |
parent | fb35b0a23a69fd33a5320362d43b9b6e8df40b7d (diff) | |
download | chromium_src-b2b275dfa335908b5978d0f47e800ddc0f69e874.zip chromium_src-b2b275dfa335908b5978d0f47e800ddc0f69e874.tar.gz chromium_src-b2b275dfa335908b5978d0f47e800ddc0f69e874.tar.bz2 |
Expand ActivityLog to recognize ad injection
Make the first steps towards recognizing and reporting ad injection.
This CL does *not* include a list of vendors, and, as such, there will be no
ad injection reported. This will be included in a separate CL.
BUG=357204
Review URL: https://codereview.chromium.org/209853006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@263996 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/metrics')
-rw-r--r-- | tools/metrics/histograms/histograms.xml | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml index 25cc5bd..116f48b 100644 --- a/tools/metrics/histograms/histograms.xml +++ b/tools/metrics/histograms/histograms.xml @@ -5344,6 +5344,30 @@ Therefore, the affected-histogram name has to have at least one dot in it. </summary> </histogram> +<histogram name="ExtensionActivity.AdInjected" units="Extension Count"> + <owner>felt@chromium.org</owner> + <owner>rdevlin.cronin@chromium.org</owner> + <summary> + For each pageload, the number of extensions that inject at least one new ad. + </summary> +</histogram> + +<histogram name="ExtensionActivity.AdRemoved" units="Extension Count"> + <owner>felt@chromium.org</owner> + <owner>rdevlin.cronin@chromium.org</owner> + <summary> + For each pageload, the number of extensions that remove at least one ad. + </summary> +</histogram> + +<histogram name="ExtensionActivity.AdReplaced" units="Extension Count"> + <owner>felt@chromium.org</owner> + <owner>rdevlin.cronin@chromium.org</owner> + <summary> + For each pageload, the number of extensions that replace at least one ad. + </summary> +</histogram> + <histogram name="ExtensionActivity.ContentScript"> <owner>felt@chromium.org</owner> <summary> |