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

Unified Diff: components/subresource_filter/content/browser/activation_state_computing_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: components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.cc
diff --git a/components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.cc b/components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.cc
index fddc75bd4d237f1f23e968a3f9bcf14ac66dce20..dfa6be5a8bd744d712f56147909d523b7d780494 100644
--- a/components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.cc
+++ b/components/subresource_filter/content/browser/activation_state_computing_navigation_throttle.cc
@@ -97,6 +97,10 @@ ActivationStateComputingNavigationThrottle::WillProcessResponse() {
return content::NavigationThrottle::ThrottleCheckResult::DEFER;
}
+const char* ActivationStateComputingNavigationThrottle::GetNameForLogging() {
+ return "ActivationStateComputingNavigationThrottle";
+}
+
void ActivationStateComputingNavigationThrottle::OnActivationStateComputed(
ActivationState state) {
navigation_handle()->Resume();

Powered by Google App Engine
This is Rietveld 408576698