| Index: chrome/browser/page_load_metrics/metrics_web_contents_observer.h
 | 
| diff --git a/chrome/browser/page_load_metrics/metrics_web_contents_observer.h b/chrome/browser/page_load_metrics/metrics_web_contents_observer.h
 | 
| index a725db2b5c8a210e3f83313baea294bd166a063d..2930ad3e85fc0dcf5bb2adc76313324dfa377b7e 100644
 | 
| --- a/chrome/browser/page_load_metrics/metrics_web_contents_observer.h
 | 
| +++ b/chrome/browser/page_load_metrics/metrics_web_contents_observer.h
 | 
| @@ -74,6 +74,12 @@ class MetricsWebContentsObserver
 | 
|    void WillProcessNavigationResponse(
 | 
|        content::NavigationHandle* navigation_handle);
 | 
|  
 | 
| +  // A resource request started on the IO thread. This method is invoked on
 | 
| +  // the UI thread.
 | 
| +  void OnRequestStarted(const content::GlobalRequestID& request_id,
 | 
| +                        content::ResourceType resource_type,
 | 
| +                        base::TimeTicks creation_time);
 | 
| +
 | 
|    // A resource request completed on the IO thread. This method is invoked on
 | 
|    // the UI thread.
 | 
|    void OnRequestComplete(const content::GlobalRequestID& request_id,
 | 
| 
 |