summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/blocked_plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/renderer/blocked_plugin.h')
-rw-r--r--chrome/renderer/blocked_plugin.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/renderer/blocked_plugin.h b/chrome/renderer/blocked_plugin.h
index 44e6699..eecff79 100644
--- a/chrome/renderer/blocked_plugin.h
+++ b/chrome/renderer/blocked_plugin.h
@@ -19,6 +19,10 @@ class PluginGroup;
}
}
+namespace webkit_glue {
+struct CustomContextMenuContext;
+}
+
class BlockedPlugin : public RenderViewObserver,
public CppBoundClass,
public webkit::npapi::WebViewPlugin::Delegate {
@@ -45,7 +49,9 @@ class BlockedPlugin : public RenderViewObserver,
// RenderViewObserver methods:
virtual bool OnMessageReceived(const IPC::Message& message);
- void OnMenuItemSelected(unsigned id);
+ void OnMenuItemSelected(
+ const webkit_glue::CustomContextMenuContext& /* ignored */,
+ unsigned id);
// Load the blocked plugin.
void LoadPlugin();