Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 56dec6909b006c2647b8738c3105c1f02bbfd6d5..2f22559219d0726de9d4ee048b92bc5acb6b2bf9 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -94027,6 +94027,7 @@ To add a new entry, add it with any value and run test to compute valid value. |
<histogram_suffixes name="PageLoadEventConditions" separator="."> |
<suffix name="BeforeCommit"/> |
<suffix name="AfterCommit.BeforePaint"/> |
+ <suffix name="AfterPaint.BeforeInteraction"/> |
<suffix name="DuringParse"/> |
<affected-histogram name="PageLoad.AbortTiming.Close"/> |
<affected-histogram name="PageLoad.AbortTiming.ForwardBackNavigation"/> |
@@ -94052,15 +94053,25 @@ To add a new entry, add it with any value and run test to compute valid value. |
web search"/> |
<affected-histogram |
name="PageLoad.AbortTiming.Close.AfterCommit.BeforePaint"/> |
+ <affected-histogram |
+ name="PageLoad.AbortTiming.Close.AfterPaint.BeforeInteraction"/> |
<affected-histogram name="PageLoad.AbortTiming.Close.BeforeCommit"/> |
<affected-histogram |
name="PageLoad.AbortTiming.ForwardBackNavigation.AfterCommit.BeforePaint"/> |
<affected-histogram |
+ name="PageLoad.AbortTiming.ForwardBackNavigation.AfterPaint.BeforeInteraction"/> |
+ <affected-histogram |
name="PageLoad.AbortTiming.NewNavigation.AfterCommit.BeforePaint"/> |
+ <affected-histogram |
+ name="PageLoad.AbortTiming.NewNavigation.AfterPaint.BeforeInteraction"/> |
<affected-histogram name="PageLoad.AbortTiming.Other.BeforeCommit"/> |
<affected-histogram |
name="PageLoad.AbortTiming.Reload.AfterCommit.BeforePaint"/> |
+ <affected-histogram |
+ name="PageLoad.AbortTiming.Reload.AfterPaint.BeforeInteraction"/> |
<affected-histogram name="PageLoad.AbortTiming.Stop.AfterCommit.BeforePaint"/> |
+ <affected-histogram |
+ name="PageLoad.AbortTiming.Stop.AfterPaint.BeforeInteraction"/> |
<affected-histogram name="PageLoad.AbortTiming.Stop.BeforeCommit"/> |
<affected-histogram |
name="PageLoad.AbortTiming.UnknownNavigation.BeforeCommit"/> |