| Index: content/browser/frame_host/render_frame_host_impl.cc
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
|
| index 4d73732c949fd49f38fec6ac333519fa26e84b05..efdfd4ff0a2f9f91d04ecd25afb69d92a887282b 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -876,10 +876,6 @@ void RenderFrameHostImpl::RenderProcessGone(SiteInstanceImpl* site_instance) {
|
| set_nav_entry_id(0);
|
| }
|
|
|
| -void RenderFrameHostImpl::LogToConsole(const std::string& message) {
|
| - AddMessageToConsole(CONSOLE_MESSAGE_LEVEL_ERROR, message);
|
| -}
|
| -
|
| void RenderFrameHostImpl::ReportContentSecurityPolicyViolation(
|
| const CSPViolationParams& violation_params) {
|
| Send(new FrameMsg_ReportContentSecurityPolicyViolation(routing_id_,
|
|
|