Index: content/renderer/render_view_impl.cc |
=================================================================== |
--- content/renderer/render_view_impl.cc (revision 238847) |
+++ content/renderer/render_view_impl.cc (working copy) |
@@ -1168,18 +1168,6 @@ |
plugin_delegates_.erase(delegate); |
} |
-bool RenderViewImpl::GetPluginInfo(const GURL& url, |
- const GURL& page_url, |
- const std::string& mime_type, |
- WebPluginInfo* plugin_info, |
- std::string* actual_mime_type) { |
- bool found = false; |
- Send(new ViewHostMsg_GetPluginInfo( |
- routing_id_, url, page_url, mime_type, &found, plugin_info, |
- actual_mime_type)); |
- return found; |
-} |
- |
#if defined(OS_WIN) |
void RenderViewImpl::PluginFocusChanged(bool focused, int plugin_id) { |
if (focused) |