| 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 8e23fccac4ea66327d7c07c7bef3a801099103ed..e72b4099e301d4118d258a7c15967621df2d4812 100644
|
| --- a/chrome/browser/page_load_metrics/metrics_web_contents_observer.h
|
| +++ b/chrome/browser/page_load_metrics/metrics_web_contents_observer.h
|
| @@ -136,6 +136,12 @@ class MetricsWebContentsObserver
|
| const mojom::PageLoadTiming& timing,
|
| const mojom::PageLoadMetadata& metadata);
|
|
|
| + // Informs the observers of the currently committed load that the event
|
| + // corresponding to |event_key| has occurred. This should not be called within
|
| + // WebContentsObserver::DidFinishNavigation methods.
|
| + // This method is subject to change and may be removed in the future.
|
| + void BroadcastEventToObservers(const void* const event_key);
|
| +
|
| private:
|
| friend class content::WebContentsUserData<MetricsWebContentsObserver>;
|
|
|
|
|