Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 7487076d43f99b8a10250f44fa38e34522f78794..e9e192c4eccbacf0a3ccbce203f043df601bb37a 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -10579,6 +10579,14 @@ Therefore, the affected-histogram name has to have at least one dot in it. |
<summary>The scheme of the URL for each main-frame navigation.</summary> |
</histogram> |
+<histogram name="Navigation.RedirectChainSizeInBytes"> |
Alexei Svitkine (slow)
2014/04/24 15:26:19
Nit: The histogram element supports a "units" tag.
haitaol1
2014/04/25 19:13:51
Done.
|
+ <owner>haitaol@chromium.org</owner> |
+ <owner>donnd@chromium.org</owner> |
+ <summary> |
+ Size of the memory used to store redirect chain in navigation entry. |
Alexei Svitkine (slow)
2014/04/24 15:26:19
Please mention when this is logged (periodically?
haitaol1
2014/04/25 19:13:51
Done.
|
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.AlternateProtocolBrokenLocation" |
enum="BrokenAlternateProtocolLocation"> |
<owner>rch@chromium.org</owner> |