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

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

Issue 2624283004: Associate a main resource request with its PageLoadTracker. (Closed)
Patch Set: fix comment Created 3 years, 11 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_navigation_throttle.h
diff --git a/chrome/browser/page_load_metrics/metrics_navigation_throttle.h b/chrome/browser/page_load_metrics/metrics_navigation_throttle.h
index 64a3ebfa4fe03b698cec14d76dfb40e21f3ecef4..869dec933ba0a4b46d370ace5fb1cdc60fac3877 100644
--- a/chrome/browser/page_load_metrics/metrics_navigation_throttle.h
+++ b/chrome/browser/page_load_metrics/metrics_navigation_throttle.h
@@ -24,6 +24,8 @@ class MetricsNavigationThrottle : public content::NavigationThrottle {
// content::NavigationThrottle:
content::NavigationThrottle::ThrottleCheckResult WillStartRequest() override;
+ content::NavigationThrottle::ThrottleCheckResult WillProcessResponse()
+ override;
private:
explicit MetricsNavigationThrottle(content::NavigationHandle* handle);

Powered by Google App Engine
This is Rietveld 408576698