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

Unified Diff: content/common/frame_messages.h

Issue 2761153003: PlzNavigate & CSP. Use the SourceLocation in violation reports. (Closed)
Patch Set: Nit. 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 d235508bf6fd15ad9f554599a7f1e2fece7ae38b..99f965cc7b36d1590fccab4b3d3d2e33c91cc665 100644
--- a/content/common/frame_messages.h
+++ b/content/common/frame_messages.h
@@ -592,6 +592,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)

Powered by Google App Engine
This is Rietveld 408576698