| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index e80c00d9546a4d4f853d25251960d28b026c0b27..7e73f28cc37cf3e0705924410481230413b5694e 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -158,6 +158,7 @@ class ResourceRequestBodyImpl;
|
| class ScreenOrientationDispatcher;
|
| class SharedWorkerRepository;
|
| class UserMediaClientImpl;
|
| +struct CSPViolationParams;
|
| struct CommonNavigationParams;
|
| struct CustomContextMenuContext;
|
| struct FileChooserFileInfo;
|
| @@ -896,6 +897,8 @@ class CONTENT_EXPORT RenderFrameImpl
|
| const RequestNavigationParams& request_params,
|
| bool has_stale_copy_in_cache,
|
| int error_code);
|
| + void OnReportContentSecurityPolicyViolation(
|
| + const content::CSPViolationParams& violation_params);
|
| void OnGetSavableResourceLinks();
|
| void OnGetSerializedHtmlWithLocalLinks(
|
| const std::map<GURL, base::FilePath>& url_to_local_path,
|
|
|