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

Unified Diff: webkit/glue/context_menu.cc

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
« webkit/glue/context_menu.h ('K') | « webkit/glue/context_menu.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/context_menu.cc
===================================================================
--- webkit/glue/context_menu.cc (revision 114593)
+++ webkit/glue/context_menu.cc (working copy)
@@ -24,6 +24,7 @@
is_image_blocked(false),
frame_id(0),
media_flags(0),
+ plugin_flags(0),
spellcheck_enabled(false),
is_editable(false),
edit_flags(0),
@@ -43,6 +44,7 @@
frame_url(data.frameURL),
frame_id(0),
media_flags(data.mediaFlags),
+ plugin_flags(data.pluginFlags),
selection_text(data.selectedText),
misspelled_word(data.misspelledWord),
speech_input_enabled(data.isSpeechInputEnabled),
« webkit/glue/context_menu.h ('K') | « webkit/glue/context_menu.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698