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

Unified Diff: content/browser/frame_host/data_url_navigation_throttle.h

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.h
diff --git a/content/browser/frame_host/data_url_navigation_throttle.h b/content/browser/frame_host/data_url_navigation_throttle.h
index 2234ee619c29193319c07d2a241599d05e95c723..14a2038e74ea47f2f5ce08253402ce8ead3bd7b3 100644
--- a/content/browser/frame_host/data_url_navigation_throttle.h
+++ b/content/browser/frame_host/data_url_navigation_throttle.h
@@ -19,6 +19,7 @@ class DataUrlNavigationThrottle : public NavigationThrottle {
// NavigationThrottle method:
ThrottleCheckResult WillProcessResponse() override;
+ const char* GetNameForLogging() override;
static std::unique_ptr<NavigationThrottle> CreateThrottleForNavigation(
NavigationHandle* navigation_handle);
« no previous file with comments | « content/browser/frame_host/ancestor_throttle.cc ('k') | content/browser/frame_host/data_url_navigation_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698