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

Unified Diff: chrome/renderer/blocked_plugin.h

Issue 6253017: Pepper/Flapper: First pass at context menu implementation. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: make brettw happier Created 9 years, 11 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
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/blocked_plugin.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/blocked_plugin.h
diff --git a/chrome/renderer/blocked_plugin.h b/chrome/renderer/blocked_plugin.h
index 44e6699b66192b3e170f44bd8b909a16af0adf49..eecff792b1edae6d4e33169200268335916d358c 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();
« no previous file with comments | « chrome/common/render_messages_internal.h ('k') | chrome/renderer/blocked_plugin.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698