Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index d6e3b42e2f18fef62cf8db7b446e9686f1b6fb18..0e504fc4d0756eba17382157ddb61d28e3b96a14 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -93580,6 +93580,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"/> |
@@ -93598,15 +93599,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"/> |