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

Unified Diff: content/browser/frame_host/form_submission_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/form_submission_throttle.cc
diff --git a/content/browser/frame_host/form_submission_throttle.cc b/content/browser/frame_host/form_submission_throttle.cc
index f05e1485b2727d6645ca08bbb5c3b174b4498896..5784bbfa3317bd268e36176c8fa916481c357b03 100644
--- a/content/browser/frame_host/form_submission_throttle.cc
+++ b/content/browser/frame_host/form_submission_throttle.cc
@@ -44,6 +44,10 @@ FormSubmissionThrottle::WillRedirectRequest() {
return CheckContentSecurityPolicyFormAction(true /* is_redirect */);
}
+const char* FormSubmissionThrottle::GetNameForLogging() {
+ return "FormSubmissionThrottle";
+}
+
NavigationThrottle::ThrottleCheckResult
FormSubmissionThrottle::CheckContentSecurityPolicyFormAction(bool is_redirect) {
NavigationHandleImpl* handle =
« no previous file with comments | « content/browser/frame_host/form_submission_throttle.h ('k') | content/browser/frame_host/mixed_content_navigation_throttle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698