| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index d1731be222111b2dea5bf60785f8dfa10e02e495..03867e8ea630eb7da88df18d8cb00307076f3d42 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;
|
| @@ -897,6 +898,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,
|
|
|