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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1819593002: Preload scan external css for @import (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add histogram to histograms.xml (trybots previous) Created 4 years, 8 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 d7da57799594396b37623081f2ab201736674740..7a2fd8159fb95dda9b80515c6a506723d23def72 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6680,6 +6680,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="CSSPreloaderResourceClient.PreloadCount" units="preloads">
+ <owner>csharrison@chromium.org</owner>
+ <summary>
+ The number of preloads generated by scanning an external preloaded CSS
+ resource.
+ </summary>
+</histogram>
+
<histogram name="CustomTabs.ClientAppId" enum="ClientAppId">
<owner>yusufo@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698