Index: chrome/renderer/plugins/non_loadable_plugin_placeholder.h |
diff --git a/chrome/renderer/plugins/non_loadable_plugin_placeholder.h b/chrome/renderer/plugins/non_loadable_plugin_placeholder.h |
index e872e5e4591dbb115f7e642e627bfa66fe64f724..1b2c6d13dee01709b24101320b538dffddab9756 100644 |
--- a/chrome/renderer/plugins/non_loadable_plugin_placeholder.h |
+++ b/chrome/renderer/plugins/non_loadable_plugin_placeholder.h |
@@ -12,7 +12,6 @@ class FilePath; |
} |
namespace blink { |
-class WebLocalFrame; |
struct WebPluginParams; |
} |
@@ -29,7 +28,6 @@ class NonLoadablePluginPlaceholder { |
// Creates a non-loadable plugin placeholder for platforms without plugins. |
static plugins::PluginPlaceholder* CreateNotSupportedPlugin( |
content::RenderFrame* render_frame, |
- blink::WebLocalFrame* frame, |
const blink::WebPluginParams& params); |
static plugins::PluginPlaceholder* CreateErrorPlugin( |