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

Unified Diff: content/public/browser/navigation_throttle.cc

Issue 2830353003: Tracing for NavigationHandle lifetime and state. (Closed)
Patch Set: Make GetNameForLogging pure virtual. 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
« no previous file with comments | « content/public/browser/navigation_throttle.h ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/navigation_throttle.cc
diff --git a/content/public/browser/navigation_throttle.cc b/content/public/browser/navigation_throttle.cc
index 5c795d655d2c63bd4f6d9f465553cf66f881d6bf..2de86e22f5888d8396238c049c04fab39368bf9a 100644
--- a/content/public/browser/navigation_throttle.cc
+++ b/content/public/browser/navigation_throttle.cc
@@ -25,4 +25,8 @@ NavigationThrottle::WillProcessResponse() {
return NavigationThrottle::PROCEED;
}
+const char* NavigationThrottle::GetNameForLogging() {
jam 2017/04/24 15:22:55 nit: remove
nasko 2017/04/24 15:59:27 Done.
+ return "NavigationThrottle";
+}
+
} // namespace content
« no previous file with comments | « content/public/browser/navigation_throttle.h ('k') | content/public/test/browser_test_utils.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698