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

Unified Diff: chrome/browser/supervised_user/supervised_user_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/supervised_user/supervised_user_navigation_throttle.cc
diff --git a/chrome/browser/supervised_user/supervised_user_navigation_throttle.cc b/chrome/browser/supervised_user/supervised_user_navigation_throttle.cc
index b0e6c8fc9576b80f8e45326e6a403650d335e40e..f3b535a88246dcf72e28698fe64952e1a5bb9d3c 100644
--- a/chrome/browser/supervised_user/supervised_user_navigation_throttle.cc
+++ b/chrome/browser/supervised_user/supervised_user_navigation_throttle.cc
@@ -200,6 +200,10 @@ SupervisedUserNavigationThrottle::WillRedirectRequest() {
return CheckURL();
}
+const char* SupervisedUserNavigationThrottle::GetNameForLogging() {
+ return "SupervisedUserNavigationThrottle";
+}
+
void SupervisedUserNavigationThrottle::OnCheckDone(
const GURL& url,
SupervisedUserURLFilter::FilteringBehavior behavior,

Powered by Google App Engine
This is Rietveld 408576698