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

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

Issue 1849673002: Add metrics for user manually added exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 8 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/host_content_settings_map.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 0e8ed3b7407f1373832ac88cc1f0188f3b13a84c..f8c20a6d0bf611c9e5ab2bb2fe5cbd3dd91c4400 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -5958,6 +5958,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ContentSettings.Exceptions">
+ <owner>lshang@chromium.org</owner>
+ <summary>
+ The number of user defined content setting exceptions at browser start.
+ Suffixed with the name of content setting types.
+ </summary>
+</histogram>
+
<histogram name="ContentSettings.LastSettingParsed" enum="LastSettingParsed">
<obsolete>
Deprecated 2015-10-05 in Issue 433475. Histogram was used temorarily for
@@ -88393,6 +88401,37 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="PLT.LoadType"/>
</histogram_suffixes>
+<histogram_suffixes name="ContentSettingsType" separator=".">
+ <suffix name="app-banner" label="App banner exceptions"/>
+ <suffix name="auto-select-certificate" label="Auto-select cert exceptions"/>
+ <suffix name="automatic-downloads" label="Automatic downloads exceptions"/>
+ <suffix name="background-sync" label="Background sync exceptions"/>
+ <suffix name="bluetooth-guard" label="Bluetooth guard exceptions"/>
+ <suffix name="cookies" label="Cookies exceptions"/>
+ <suffix name="durable-storage" label="Durable Storage Exceptions"/>
+ <suffix name="fullscreen" label="Fullscreen exceptions"/>
+ <suffix name="geolocation" label="Geolocation exceptions"/>
+ <suffix name="images" label="Images exceptions"/>
+ <suffix name="javascript" label="JavaScript exceptions"/>
+ <suffix name="keygen" label="Keygen exceptions"/>
+ <suffix name="media-stream-camera" label="Camera exceptions"/>
+ <suffix name="media-stream-mic" label="Microphone exceptions"/>
+ <suffix name="midi-sysex" label="Midi exceptions"/>
+ <suffix name="mixed-script" label="Mixed script exceptions"/>
+ <suffix name="mouselock" label="Mouse lock exceptions"/>
+ <suffix name="notifications" label="Notification exceptions"/>
+ <suffix name="plugins" label="Plugins exceptions"/>
+ <suffix name="popups" label="Popups exceptions"/>
+ <suffix name="ppapi-broker" label="Ppapi broker exceptions"/>
+ <suffix name="protected-media-identifier" label="Protected media exceptions"/>
+ <suffix name="protocol-handler" label="Protocol handler exceptions"/>
+ <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="usb-chooser-data" label="USB chooser data exceptions"/>
+ <affected-histogram name="ContentSettings.Exceptions"/>
+</histogram_suffixes>
+
<histogram_suffixes name="ContextMenuType" separator=".">
<suffix name="Link"
label="The context menu was shown for a (non-image) link"/>
« no previous file with comments | « components/content_settings/core/browser/host_content_settings_map.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698