Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index f2cb20dd6882594a760be294a7a7e874f5009784..67ec83d2a7b62161dc90e8c872f3a06ddbd2ea5f 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -37592,6 +37592,32 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="OfflinePages.Background.RequestFailure.StartedAttemptCount"> |
+ <owner>dougarnett@chromium.org</owner> |
+ <summary> |
+ Number of started attempts by failed background load requests. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OfflinePages.Background.RequestSuccess.StartedAttemptCount"> |
+ <owner>dougarnett@chromium.org</owner> |
+ <summary> |
+ Number of started attempts by successful background load requests. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="OfflinePages.Background.UnsupportedScheme.ConnectionType" |
+ enum="NetworkConnectionType"> |
+ <owner>dougarnett@chromium.org</owner> |
+ <summary> |
+ Connection type when prerenderer reports Unsupported Scheme error. |
+ |
+ To give insight about Unsupported Scheme errors that may be due to lost |
+ network connection (as data URL used for rendering an error page will |
+ manifest as an Unsupported Scheme error by the prerenderer). |
+ </summary> |
+</histogram> |
+ |
<histogram name="OfflinePages.BatchDelete.Count"> |
<owner>jianli@chromium.org</owner> |
<summary>Number of offline pages that are deleted in a batch.</summary> |