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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2137893002: Update histograms.xml to supplement crrev.com/2095293002 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | 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 4b565c63a1b0cd3ac0201f7de7832f585e52b171..696d551ccb139d7e1228aa66057dafcfc1d7bc34 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -63221,6 +63221,18 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WebFont.MissCachedInterventionResult"
Ilya Sherman 2016/07/11 23:42:46 nit: I'd have suggested naming this histogram some
Takashi Toyoshima 2016/07/12 06:24:25 Done.
+ enum="WebFontInterventionResult">
+ <owner>toyoshim@chromium.org</owner>
+ <owner>kenjibaheux@chromium.org</owner>
+ <summary>
+ Same with InterventionResult, this records whether User Agent Intervention
Ilya Sherman 2016/07/11 23:42:46 nit: s/Same with/Like
Takashi Toyoshima 2016/07/12 06:24:25 Done.
+ was triggered, and whether the request (would have) timed out or not. But
+ this version records only when data actually comes from network, not from
+ disk or memory cache, and is not provided in a data URL format.
+ </summary>
+</histogram>
+
<histogram name="WebFont.PackageFormat" enum="WebFontPackageFormat">
<owner>kenjibaheux@chromium.org</owner>
<owner>ksakamoto@chromium.org</owner>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698