Index: chrome/renderer/plugins/plugin_placeholder.h |
=================================================================== |
--- chrome/renderer/plugins/plugin_placeholder.h (revision 134628) |
+++ chrome/renderer/plugins/plugin_placeholder.h (working copy) |
@@ -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 @@ |
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, |
Property changes on: chrome/renderer/plugins/plugin_placeholder.h |
___________________________________________________________________ |
Added: svn:mergeinfo |