Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 0a1e303f151319f2775300e4f53ae036cc5b3e60..00f07693e594a6c892565b6deacf2b3b33baec44 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -6809,6 +6809,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="ContentSettings.ExceptionSchemeFile.HasPath" enum="Boolean"> |
+ <owner>alexmos@chromium.org</owner> |
+ <summary> |
+ Records how often a content settings exception for the file: scheme has a |
msramek
2016/09/26 13:19:31
You should probably mention when is the histogram
alexmos
2016/09/26 23:40:24
Done.
|
+ non-empty path. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="ContentSettings.ExceptionSchemeFile.TypeWithoutPath" |
+ 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). |
+ </summary> |
+</histogram> |
+ |
+<histogram name="ContentSettings.ExceptionSchemeFile.TypeWithPath" |
+ 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. |
+ </summary> |
+</histogram> |
+ |
<histogram name="ContentSettings.LastSettingParsed" enum="LastSettingParsed"> |
<obsolete> |
Deprecated 2015-10-05 in Issue 433475. Histogram was used temorarily for |