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

Unified Diff: content/browser/frame_host/data_url_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: content/browser/frame_host/data_url_navigation_throttle.cc
diff --git a/content/browser/frame_host/data_url_navigation_throttle.cc b/content/browser/frame_host/data_url_navigation_throttle.cc
index b2a958a4ef80ac3e307aa783593b5690358186a2..60526be7d2d221a9fe92826721c3b39453dbd55a 100644
--- a/content/browser/frame_host/data_url_navigation_throttle.cc
+++ b/content/browser/frame_host/data_url_navigation_throttle.cc
@@ -44,6 +44,10 @@ DataUrlNavigationThrottle::WillProcessResponse() {
return CANCEL;
}
+const char* DataUrlNavigationThrottle::GetNameForLogging() {
+ return "DataUrlNavigationThrottle";
+}
+
// static
std::unique_ptr<NavigationThrottle>
DataUrlNavigationThrottle::CreateThrottleForNavigation(
« no previous file with comments | « content/browser/frame_host/data_url_navigation_throttle.h ('k') | content/browser/frame_host/form_submission_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698