| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index ae2bfccdee8ab421771f1e479b43f6be583a0a0c..adc84e62f5a4fc8b77a45b01de1dc8ba4e36c14a 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -215,7 +215,6 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| void RenderProcessGone(SiteInstanceImpl* site_instance) override;
|
|
|
| // CSPContext
|
| - void LogToConsole(const std::string& message) override;
|
| void ReportContentSecurityPolicyViolation(
|
| const CSPViolationParams& violation_params) override;
|
| bool SchemeShouldBypassCSP(const base::StringPiece& scheme) override;
|
|
|