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

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

Issue 2516353002: Introduce url_list to the Response scheme of CacheStorage. (Closed)
Patch Set: Created 4 years, 1 month 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 9716b74c58724afe92f93651364a843c2137249f..3f4cce4a294ba9902ddce1842fb75a6d6d8709ae 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -58402,6 +58402,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="ServiceWorkerCache.Response.HasDepricatedURL" enum="Boolean">
+ <owner>horo@chromium.org</owner>
+ <summary>
+ True if a response read from the CacheStorage has a url field. This field
+ was deprecated in M57.
+ </summary>
+</histogram>
+
<histogram name="ServiceWorkerCache.Scheduler.IsOperationSlow" enum="Boolean">
<owner>jkarlin@chromium.org</owner>
<summary>

Powered by Google App Engine
This is Rietveld 408576698