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