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

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

Issue 2875133002: [subresource_filter] Add ContentSettings.{Exceptions,Default} metrics (Closed)
Patch Set: fix test 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 | « components/content_settings/core/browser/content_settings_default_provider.cc ('k') | 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 c2a2f5bfc680bbdc9249e41fd593e81938b36af9..60d48ec9d4f495f7f29295df655c3aed2797670f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8584,6 +8584,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ContentSettings.DefaultSubresourceFilterSetting"
+ enum="ContentSetting">
+ <owner>csharrison@chromium.org</owner>
+ <summary>The default subresource filter setting at profile open</summary>
+</histogram>
+
<histogram name="ContentSettings.DefaultWebBluetoothGuardSetting"
enum="ContentSetting">
<owner>jyasskin@chromium.org</owner>
@@ -84631,6 +84637,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<suffix name="push-messaging" label="Push messaging exceptions"/>
<suffix name="site-engagement" label="Site engagement exceptions"/>
<suffix name="ssl-cert-decisions" label="SSL cert decisions exceptions"/>
+ <suffix name="subresource-filter" label="Subresource filter exceptions"/>
<suffix name="usb-chooser-data" label="USB chooser data exceptions"/>
<affected-histogram name="ContentSettings.Exceptions"/>
</histogram_suffixes>
« no previous file with comments | « components/content_settings/core/browser/content_settings_default_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698