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

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

Issue 2250713003: Add metrics for schemes of content setting exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2785
Patch Set: Created 4 years, 4 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/common/content_settings_pattern_unittest.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 bca8a1e92ddf26c30296473faae8c5a8c5c4849f..6e1119d50f0e2d17840b14b21cc4e275c5c7547b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6465,6 +6465,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ContentSettings.ExceptionScheme" enum="ContentSettingScheme">
+ <owner>lshang@chromium.org</owner>
+ <summary>
+ Records the schemes of content setting exceptions at browser start. Each
+ exception provides one sample.
+ </summary>
+</histogram>
+
<histogram name="ContentSettings.LastSettingParsed" enum="LastSettingParsed">
<obsolete>
Deprecated 2015-10-05 in Issue 433475. Histogram was used temorarily for
@@ -69347,6 +69355,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="3" label="Clicked 'Learn more'"/>
</enum>
+<enum name="ContentSettingScheme" type="int">
+ <int value="0" label="(wildcard)"/>
+ <int value="1" label="(other)"/>
+ <int value="2" label="http"/>
+ <int value="3" label="https"/>
+ <int value="4" label="file"/>
+ <int value="5" label="chrome-extension"/>
+</enum>
+
<enum name="ContentType" type="int">
<int value="-1" label="Invalid setting"/>
<int value="0" label="Cookies setting"/>
« no previous file with comments | « components/content_settings/core/common/content_settings_pattern_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698