| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index fa34211c0df21b0dcaeb9805e46f63fca1d2bf3a..9f6f3f03cab52a4546b40c22b135db27ab43b796 100644
|
| --- a/content/renderer/render_frame_impl.h
|
| +++ b/content/renderer/render_frame_impl.h
|
| @@ -159,6 +159,7 @@ class ResourceRequestBodyImpl;
|
| class ScreenOrientationDispatcher;
|
| class SharedWorkerRepository;
|
| class UserMediaClientImpl;
|
| +struct CSPViolationParams;
|
| struct CommonNavigationParams;
|
| struct CustomContextMenuContext;
|
| struct FileChooserFileInfo;
|
| @@ -898,6 +899,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,
|
|
|