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

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

Issue 2321083002: [NoStatePrefetch] Add performance histograms. (Closed)
Patch Set: Review comments Created 4 years, 3 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: 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 dcceaf495a96eae7a792c950ae288433671bbeaf..d52a54cde7e652f03eede2e91a35f44d1b3a97d1 100644
--- a/chrome/browser/page_load_metrics/metrics_web_contents_observer.h
+++ b/chrome/browser/page_load_metrics/metrics_web_contents_observer.h
@@ -250,6 +250,9 @@ class PageLoadTracker {
// (before redirects), and the committed url after commit.
GURL url_;
+ // The start URL for this page load (before redirects).
+ GURL start_url_;
+
std::unique_ptr<FailedProvisionalLoadInfo> failed_provisional_load_info_;
// Will be ABORT_NONE if we have not aborted this load yet. Otherwise will
« no previous file with comments | « chrome/browser/history/history_tab_helper.cc ('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