Chromium Code Reviews| 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; |