Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 745be182ff365e83f17293621560a2ecb1c2fc83..815359e89fff0cc598c5bc296348aa3fbb5540d4 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -10678,6 +10678,15 @@ 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.RedirectChainSize" units="bytes"> |
+ <owner>haitaol@chromium.org</owner> |
+ <owner>donnd@chromium.org</owner> |
+ <summary> |
+ Size of the memory used to store redirect chain in navigation entry. Logged |
Alexei Svitkine (slow)
2014/05/06 14:53:31
Hmm, the updated code actually now simply counts t
haitaol1
2014/05/07 22:31:24
Done.
|
+ when entry is committed. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Net.AlternateProtocolBrokenLocation" |
enum="BrokenAlternateProtocolLocation"> |
<owner>rch@chromium.org</owner> |