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

Unified Diff: content/common/frame_messages.h

Issue 2761153003: PlzNavigate & CSP. Use the SourceLocation in violation reports. (Closed)
Patch Set: Addressed comment @alexmos Created 3 years, 9 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/common/frame_messages.h
diff --git a/content/common/frame_messages.h b/content/common/frame_messages.h
index 502c80075bedaeca669fdab50e6763164e2f78bf..d5252062140bc5cefd11794281650b1d85fb4813 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -591,6 +591,7 @@ IPC_STRUCT_TRAITS_BEGIN(content::CSPViolationParams)
IPC_STRUCT_TRAITS_MEMBER(header)
IPC_STRUCT_TRAITS_MEMBER(disposition)
IPC_STRUCT_TRAITS_MEMBER(after_redirect)
+ IPC_STRUCT_TRAITS_MEMBER(source_location)
IPC_STRUCT_TRAITS_END()
IPC_STRUCT_TRAITS_BEGIN(content::FileChooserFileInfo)
« no previous file with comments | « content/common/content_security_policy/csp_context_unittest.cc ('k') | content/renderer/content_security_policy_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698