Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(533)

Unified Diff: content/child/webkitplatformsupport_impl.cc

Issue 19871003: Simplify how we get the plugin list in the webkit platform support by removing the intermediate met… (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/child/webkitplatformsupport_impl.h ('k') | content/renderer/renderer_webkitplatformsupport_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « content/child/webkitplatformsupport_impl.h ('k') | content/renderer/renderer_webkitplatformsupport_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698