| 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 5294295aeecf228d55158ff8ced52b4ec85eb238..71644634a1ba8bdb2d0c966c36bffe8504ab710e 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -927,10 +927,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_,
|
|
|