Index: content/browser/renderer_host/render_view_host_impl.cc |
diff --git a/content/browser/renderer_host/render_view_host_impl.cc b/content/browser/renderer_host/render_view_host_impl.cc |
index 623b857fb721c8b0beaf5020108d737fac946901..8dabd58d55e4239243197150789e6b55c5500cb6 100644 |
--- a/content/browser/renderer_host/render_view_host_impl.cc |
+++ b/content/browser/renderer_host/render_view_host_impl.cc |
@@ -1765,11 +1765,6 @@ void RenderViewHostImpl::ReloadFrame() { |
Send(new ViewMsg_ReloadFrame(GetRoutingID())); |
} |
-void RenderViewHostImpl::InsertCSS(const base::string16& frame_xpath, |
- const std::string& css) { |
- Send(new ViewMsg_CSSInsertRequest(GetRoutingID(), frame_xpath, css)); |
-} |
- |
void RenderViewHostImpl::DisableScrollbarsForThreshold(const gfx::Size& size) { |
Send(new ViewMsg_DisableScrollbarsForSmallWindows(GetRoutingID(), size)); |
} |