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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2367683002: Add metrics for paths in file scheme exceptions in content settings. (Closed)
Patch Set: Created 4 years, 2 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
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

Powered by Google App Engine
This is Rietveld 408576698