| 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 acb7916dafaa6adc64f982046ca89ddb0ebc838d..bb14422022bd84a0ae41506d288484bb457e15a3 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.cc
|
| +++ b/content/browser/frame_host/render_frame_host_impl.cc
|
| @@ -921,10 +921,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_,
|
|
|