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

Unified Diff: content/browser/frame_host/form_submission_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/form_submission_throttle.h
diff --git a/content/browser/frame_host/form_submission_throttle.h b/content/browser/frame_host/form_submission_throttle.h
index 2144d2a9c0ee53110bf99d8af84c5e280a1980d2..631a993220e23a7ac6ab3c18fa99433b2d137ad3 100644
--- a/content/browser/frame_host/form_submission_throttle.h
+++ b/content/browser/frame_host/form_submission_throttle.h
@@ -27,6 +27,7 @@ class CONTENT_EXPORT FormSubmissionThrottle : public NavigationThrottle {
NavigationThrottle::ThrottleCheckResult WillStartRequest() override;
NavigationThrottle::ThrottleCheckResult WillRedirectRequest() override;
+ const char* GetNameForLogging() override;
private:
explicit FormSubmissionThrottle(NavigationHandle* handle);
« no previous file with comments | « content/browser/frame_host/data_url_navigation_throttle.cc ('k') | content/browser/frame_host/form_submission_throttle.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698