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

Unified Diff: content/content_common.gypi

Issue 2190183002: Forward CSP violation reporting from RenderFrameProxy to RenderFrameImpl. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove no longer applicable TODO and early exit from reportViolation method. Created 4 years, 4 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/content_common.gypi
diff --git a/content/content_common.gypi b/content/content_common.gypi
index c962c1f06f9a02f8205ce14c9888459e040c12ae..f755f434bbf97bd1e80e1e3254795a3642dd4060 100644
--- a/content/content_common.gypi
+++ b/content/content_common.gypi
@@ -114,8 +114,8 @@
'public/common/common_param_traits.cc',
'public/common/common_param_traits.h',
'public/common/common_param_traits_macros.h',
- 'public/common/console_message_level.h',
'public/common/connection_filter.h',
+ 'public/common/console_message_level.h',
'public/common/content_client.cc',
'public/common/content_client.h',
'public/common/content_constants.cc',
@@ -280,7 +280,8 @@
'common/content_param_traits.h',
'common/content_param_traits_macros.h',
'common/content_paths.cc',
- 'common/content_security_policy_header.h',
+ 'common/content_security_policy_structs.cc',
+ 'common/content_security_policy_structs.h',
'common/content_switches_internal.cc',
'common/content_switches_internal.h',
'common/cross_site_document_classifier.cc',

Powered by Google App Engine
This is Rietveld 408576698