Index: content/child/webkitplatformsupport_impl.cc |
=================================================================== |
--- content/child/webkitplatformsupport_impl.cc (revision 212672) |
+++ content/child/webkitplatformsupport_impl.cc (working copy) |
@@ -26,13 +26,6 @@ |
return GetContentClient()->GetDataResource(resource_id, scale_factor); |
} |
-void WebKitPlatformSupportImpl::GetPlugins( |
- bool refresh, std::vector<webkit::WebPluginInfo>* plugins) { |
- // This should not be called except in the renderer. |
- // RendererWebKitPlatformSupportImpl overrides this. |
- NOTREACHED(); |
-} |
- |
webkit_glue::ResourceLoaderBridge* |
WebKitPlatformSupportImpl::CreateResourceLoader( |
const webkit_glue::ResourceLoaderBridge::RequestInfo& request_info) { |