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

Unified Diff: webkit/glue/context_menu.h

Issue 9045007: Allow plugins to participate in Chrome context menus. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years 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 | « content/renderer/render_view_impl.cc ('k') | webkit/glue/context_menu.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/context_menu.h
===================================================================
--- webkit/glue/context_menu.h (revision 114593)
+++ webkit/glue/context_menu.h (working copy)
@@ -86,6 +86,10 @@
// was invoked on.
int media_flags;
+ // These are the parameters for the plugin element that the context menu
+ // was invoked on.
jam 2011/12/27 19:43:39 do we really need to add this? can't we use custom
bbudge 2011/12/28 15:19:42 Wouldn't that require that the plugin defines the
+ int plugin_flags;
+
// This is the text of the selection that the context menu was invoked on.
string16 selection_text;
« no previous file with comments | « content/renderer/render_view_impl.cc ('k') | webkit/glue/context_menu.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698