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

Unified Diff: content/browser/devtools/page_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
« no previous file with comments | « content/browser/devtools/page_navigation_throttle.h ('k') | content/browser/frame_host/ancestor_throttle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/devtools/page_navigation_throttle.cc
diff --git a/content/browser/devtools/page_navigation_throttle.cc b/content/browser/devtools/page_navigation_throttle.cc
index 5f9e58ed5fb922df0697f79ae1ae426b7bd32bb3..013acbc2f69c1aeee2b9141d3a1294622391c5e3 100644
--- a/content/browser/devtools/page_navigation_throttle.cc
+++ b/content/browser/devtools/page_navigation_throttle.cc
@@ -44,6 +44,10 @@ PageNavigationThrottle::WillRedirectRequest() {
return ThrottleCheckResult::DEFER;
}
+const char* PageNavigationThrottle::GetNameForLogging() {
+ return "PageNavigationThrottle";
+}
+
void PageNavigationThrottle::AlwaysProceed() {
// Makes WillStartRequest and WillRedirectRequest always return
// ThrottleCheckResult::PROCEED.
« no previous file with comments | « content/browser/devtools/page_navigation_throttle.h ('k') | content/browser/frame_host/ancestor_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698