| Index: tools/metrics/histograms/histograms.xml
 | 
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
 | 
| index 32f6e0504d0c1cdb42bd07cd008ccbc75effa6c5..3f2794b21a4e65fbdbdeff1a545c80a0feb4a445 100644
 | 
| --- a/tools/metrics/histograms/histograms.xml
 | 
| +++ b/tools/metrics/histograms/histograms.xml
 | 
| @@ -48251,6 +48251,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
 | 
|    <summary>Whether a navigation started in the foreground.</summary>
 | 
|  </histogram>
 | 
|  
 | 
| +<histogram name="PageLoad.Internal.OutOfOrderInterFrameTiming" units="ms">
 | 
| +  <owner>bmcquade@chromium.org</owner>
 | 
| +  <summary>
 | 
| +    The difference in magnitude between existing and updated timing, for
 | 
| +    inter-frame timings that are received out of order. Page load metrics
 | 
| +    observes timing updates in all frames on a page. It's possible for timings
 | 
| +    in different frames to arrive out of order. This metric tracks how often
 | 
| +    this happens, along with the magnitude of the difference.
 | 
| +  </summary>
 | 
| +</histogram>
 | 
| +
 | 
|  <histogram name="PageLoad.Internal.PageLoadCompleted.AfterAppBackground"
 | 
|      enum="BooleanStartedCompleted">
 | 
|    <owner>bmcquade@chromium.org</owner>
 | 
| 
 |