Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 0a1e303f151319f2775300e4f53ae036cc5b3e60..cad8ca7a1a7adca7e6430f1392c36f7959468919 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -6809,6 +6809,35 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="ContentSettings.ExceptionSchemeFile.HasPath" |
+ enum="BooleanHasPath"> |
+ <owner>alexmos@chromium.org</owner> |
+ <summary> |
+ Records how often a content settings exception for the file: scheme has a |
+ non-empty path. Recorded once per exception at browser start. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="ContentSettings.ExceptionSchemeFile.Type.WithoutPath" |
+ enum="ContentType"> |
+ <owner>alexmos@chromium.org</owner> |
+ <summary> |
+ Count of how often a specific content type has a content settings exception |
+ defined for a file: scheme with no path (i.e., wildcard path). Recorded once |
+ per exception at browser start. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="ContentSettings.ExceptionSchemeFile.Type.WithPath" |
+ enum="ContentType"> |
+ <owner>alexmos@chromium.org</owner> |
+ <summary> |
+ Count of how often a specific content type has a content settings exception |
+ defined for a file: scheme with a valid, non-empty path. Recorded once per |
+ exception at browser start. |
+ </summary> |
+</histogram> |
+ |
<histogram name="ContentSettings.LastSettingParsed" enum="LastSettingParsed"> |
<obsolete> |
Deprecated 2015-10-05 in Issue 433475. Histogram was used temorarily for |
@@ -71958,6 +71987,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
<int value="1" label="Has distilled data"/> |
</enum> |
+<enum name="BooleanHasPath" type="int"> |
+ <int value="0" label="No path"/> |
+ <int value="1" label="Has path"/> |
+</enum> |
+ |
<enum name="BooleanHasSeekPenalty" type="int"> |
<int value="0" label="Has no seek penalty (e.g. is flash memory)"/> |
<int value="1" label="Has seek penalty (e.g. spinning disk)"/> |