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

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

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.cc
diff --git a/chrome/browser/page_load_metrics/metrics_navigation_throttle.cc b/chrome/browser/page_load_metrics/metrics_navigation_throttle.cc
index 6eea79d87abeac6629647b84e7c3aad460e4c466..5548e0e9b567b885896b7b2ac58e5074cb72d1df 100644
--- a/chrome/browser/page_load_metrics/metrics_navigation_throttle.cc
+++ b/chrome/browser/page_load_metrics/metrics_navigation_throttle.cc
@@ -38,6 +38,10 @@ MetricsNavigationThrottle::WillProcessResponse() {
return content::NavigationThrottle::PROCEED;
}
+const char* MetricsNavigationThrottle::GetNameForLogging() {
+ return "MetricsNavigationThrottle";
+}
+
MetricsNavigationThrottle::MetricsNavigationThrottle(
content::NavigationHandle* handle)
: content::NavigationThrottle(handle) {}

Powered by Google App Engine
This is Rietveld 408576698