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

Unified Diff: webkit/glue/context_menu.cc

Issue 7086005: Context menu for "Voice recognition options" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: No changes (Just trying to get commit-bot to wake up) Created 9 years, 5 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 | « 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
diff --git a/webkit/glue/context_menu.cc b/webkit/glue/context_menu.cc
index f7f959fbc9b39e27488734bf64349e87c321e4bb..1d9c4529faf0c65942ca06ca05cd61aee25e54a8 100644
--- a/webkit/glue/context_menu.cc
+++ b/webkit/glue/context_menu.cc
@@ -44,6 +44,7 @@ ContextMenuParams::ContextMenuParams(const WebKit::WebContextMenuData& data)
media_flags(data.mediaFlags),
selection_text(data.selectedText),
misspelled_word(data.misspelledWord),
+ speech_input_enabled(data.isSpeechInputEnabled),
spellcheck_enabled(data.isSpellCheckingEnabled),
is_editable(data.isEditable),
#if defined(OS_MACOSX)
« no previous file with comments | « webkit/glue/context_menu.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698