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

Unified Diff: components/subresource_filter/content/browser/subframe_navigation_filtering_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/subframe_navigation_filtering_throttle.cc
diff --git a/components/subresource_filter/content/browser/subframe_navigation_filtering_throttle.cc b/components/subresource_filter/content/browser/subframe_navigation_filtering_throttle.cc
index 4fa61169d4b655f2ac8757f476fde8aa5ed55df2..020b42f8bf4d5e85601f6447fe5b3c873804a383 100644
--- a/components/subresource_filter/content/browser/subframe_navigation_filtering_throttle.cc
+++ b/components/subresource_filter/content/browser/subframe_navigation_filtering_throttle.cc
@@ -32,6 +32,10 @@ SubframeNavigationFilteringThrottle::WillRedirectRequest() {
return DeferToCalculateLoadPolicy();
}
+const char* SubframeNavigationFilteringThrottle::GetNameForLogging() {
+ return "SubframeNavigationFilteringThrottle";
+}
+
content::NavigationThrottle::ThrottleCheckResult
SubframeNavigationFilteringThrottle::DeferToCalculateLoadPolicy() {
parent_frame_filter_->GetLoadPolicyForSubdocument(

Powered by Google App Engine
This is Rietveld 408576698