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

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

Issue 2830353003: Tracing for NavigationHandle lifetime and state. (Closed)
Patch Set: Rebase. Created 3 years, 8 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 869dec933ba0a4b46d370ace5fb1cdc60fac3877..b1f9482f9998a04a1fe431aefe385d40562fb769 100644
--- a/chrome/browser/page_load_metrics/metrics_navigation_throttle.h
+++ b/chrome/browser/page_load_metrics/metrics_navigation_throttle.h
@@ -26,6 +26,7 @@ class MetricsNavigationThrottle : public content::NavigationThrottle {
content::NavigationThrottle::ThrottleCheckResult WillStartRequest() override;
content::NavigationThrottle::ThrottleCheckResult WillProcessResponse()
override;
+ const char* GetNameForLogging() override;
private:
explicit MetricsNavigationThrottle(content::NavigationHandle* handle);

Powered by Google App Engine
This is Rietveld 408576698