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

Unified Diff: webkit/glue/context_menu.h

Issue 7086005: Context menu for "Voice recognition options" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Context menu for "Voice recognition options" only appears when input-field has x-webkit-speech 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
Index: webkit/glue/context_menu.h
diff --git a/webkit/glue/context_menu.h b/webkit/glue/context_menu.h
index 3a70bbd9246fccc9b4d30f3f115dc0d259f20087..d530f62e4953a4698cafa13209f6fc871e69a196 100644
--- a/webkit/glue/context_menu.h
+++ b/webkit/glue/context_menu.h
@@ -95,6 +95,9 @@ struct ContextMenuParams {
// and the misspelled_word is not empty.
std::vector<string16> dictionary_suggestions;
+ // If editable, flag for whether node is speech-input enabled.
+ bool speech_input_enabled;
+
// If editable, flag for whether spell check is enabled or not.
bool spellcheck_enabled;

Powered by Google App Engine
This is Rietveld 408576698