Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: chrome/browser/page_load_metrics/metrics_web_contents_observer.h

Issue 2952343004: Adding previews information to PLM UKM (Closed)
Patch Set: rebase Created 3 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/page_load_metrics/metrics_web_contents_observer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>;
« no previous file with comments | « chrome/browser/BUILD.gn ('k') | chrome/browser/page_load_metrics/metrics_web_contents_observer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698