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

Unified Diff: chrome/browser/supervised_user/supervised_user_google_auth_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_google_auth_navigation_throttle.cc
diff --git a/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc b/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc
index 45b85fdb77ef246ee8ff3e2ff988c11cae2560a4..1931a03bb52b1fa2c54490c780cdf0b71460b6e7 100644
--- a/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc
+++ b/chrome/browser/supervised_user/supervised_user_google_auth_navigation_throttle.cc
@@ -57,6 +57,10 @@ SupervisedUserGoogleAuthNavigationThrottle::WillRedirectRequest() {
return WillStartOrRedirectRequest();
}
+const char* SupervisedUserGoogleAuthNavigationThrottle::GetNameForLogging() {
+ return "SupervisedUserGoogleAuthNavigationThrottle";
+}
+
content::NavigationThrottle::ThrottleCheckResult
SupervisedUserGoogleAuthNavigationThrottle::WillStartOrRedirectRequest() {
const GURL& url = navigation_handle()->GetURL();

Powered by Google App Engine
This is Rietveld 408576698