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

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

Issue 2226643002: Add metrics for schemes of content setting exceptions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address review comments 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 7dd4a3842746ee713a6c2e134eb3d2656a10f118..d25d7f072be1e54343075456a2b8ec8f13814571 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6555,6 +6555,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
@@ -70663,6 +70671,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