summaryrefslogtreecommitdiff
path: root/chromium/tools/metrics/histograms/histograms.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/tools/metrics/histograms/histograms.xml')
-rw-r--r--chromium/tools/metrics/histograms/histograms.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/chromium/tools/metrics/histograms/histograms.xml b/chromium/tools/metrics/histograms/histograms.xml
index 3f9fbedcdf3..f1057568934 100644
--- a/chromium/tools/metrics/histograms/histograms.xml
+++ b/chromium/tools/metrics/histograms/histograms.xml
@@ -123535,6 +123535,19 @@ should be kept until we remove incident reporting. -->
</summary>
</histogram>
+<histogram
+ name="ServiceWorkerCache.DidGenerateCacheableMetadataMessageInCacheStorage.OriginAllowed"
+ enum="Boolean" expires_after="M85">
+ <owner>wanderview@chromium.org</owner>
+ <owner>chrome-owp-storage@google.com</owner>
+ <summary>
+ Whether the origin provided in the
+ DidGenerateCacheableMetadataInCacheStorage message is allowed for the given
+ renderer process. This message is sent when the renderer has generated code
+ cache for a script and wants to store it in cache_storage.
+ </summary>
+</histogram>
+
<histogram name="ServiceWorkerCache.DiskCacheCreateEntryResult"
enum="NetErrorCodes" expires_after="2019-12-31">
<owner>wanderview@chromium.org</owner>