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

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

Issue 1837233002: Optional <TimeDelta> since they may be non existent. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Review comments incorporation Created 4 years, 9 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
Index: components/page_load_metrics/browser/metrics_web_contents_observer.h
diff --git a/components/page_load_metrics/browser/metrics_web_contents_observer.h b/components/page_load_metrics/browser/metrics_web_contents_observer.h
index aaac42e6bb0fb3f11f22f28d1b2f5e9dca6cba59..4f38690508c75a80aabf987f3c01512380a1aa81 100644
--- a/components/page_load_metrics/browser/metrics_web_contents_observer.h
+++ b/components/page_load_metrics/browser/metrics_web_contents_observer.h
@@ -152,7 +152,7 @@ class PageLoadTracker {
bool MatchesOriginalNavigation(content::NavigationHandle* navigation_handle);
private:
- PageLoadExtraInfo GetPageLoadMetricsInfo();
+ PageLoadExtraInfo ComputePageLoadExtraInfo();
// Only valid to call post-commit.
const GURL& committed_url();

Powered by Google App Engine
This is Rietveld 408576698