| 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 d9f7d89d8a0c23caa1c25488783cefa35244b9f4..f3f7eee6b87f0677fea9f94b00292faa5335f517 100644 | 
| --- a/content/browser/frame_host/render_frame_host_impl.h | 
| +++ b/content/browser/frame_host/render_frame_host_impl.h | 
| @@ -216,7 +216,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; | 
|  |