Index: content/renderer/render_frame_impl.h |
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h |
index ca03d490312ecf8928d8c81aa9fd037259547d7d..b255a2583e578f5f503e72baf8aba1fc7732b535 100644 |
--- a/content/renderer/render_frame_impl.h |
+++ b/content/renderer/render_frame_impl.h |
@@ -153,6 +153,7 @@ class ScreenOrientationDispatcher; |
class UserMediaClientImpl; |
class WakeLockDispatcher; |
struct CommonNavigationParams; |
+struct ContentSecurityPolicyViolation; |
struct CustomContextMenuContext; |
struct FileChooserFileInfo; |
struct FileChooserParams; |
@@ -847,6 +848,8 @@ class CONTENT_EXPORT RenderFrameImpl |
void OnSuppressFurtherDialogs(); |
void OnFileChooserResponse( |
const std::vector<content::FileChooserFileInfo>& files); |
+ void OnReportContentSecurityPolicyViolation( |
+ const ContentSecurityPolicyViolation& violation); |
#if defined(OS_ANDROID) |
void OnActivateNearestFindResult(int request_id, float x, float y); |
void OnGetNearestFindResult(int request_id, float x, float y); |