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

Unified Diff: chrome/renderer/plugins/non_loadable_plugin_placeholder.h

Issue 2855123003: Remove rendundant WebLocalFrame parameter in various plugin code. (Closed)
Patch Set: Fix Android Created 3 years, 8 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
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(

Powered by Google App Engine
This is Rietveld 408576698