summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/plugins/plugin_placeholder.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/plugins/plugin_placeholder.h')
-rw-r--r--chrome/renderer/plugins/plugin_placeholder.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/chrome/renderer/plugins/plugin_placeholder.h b/chrome/renderer/plugins/plugin_placeholder.h
index 6275284..eb70d35 100644
--- a/chrome/renderer/plugins/plugin_placeholder.h
+++ b/chrome/renderer/plugins/plugin_placeholder.h
@@ -16,10 +16,10 @@
struct ChromeViewHostMsg_GetPluginInfo_Status;
namespace webkit {
+struct WebPluginInfo;
namespace npapi {
class PluginGroup;
}
-struct WebPluginInfo;
}
// Placeholders can be used if a plug-in is missing or not available
@@ -35,10 +35,6 @@ class PluginPlaceholder : public content::RenderViewObserver,
WebKit::WebFrame* frame,
const WebKit::WebPluginParams& params);
- static PluginPlaceholder* CreateErrorPlugin(
- content::RenderView* render_view,
- const FilePath& plugin_path);
-
static PluginPlaceholder* CreateBlockedPlugin(
content::RenderView* render_view,
WebKit::WebFrame* frame,