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

Unified Diff: content/public/common/context_menu_params.cc

Issue 260903010: Start removing support for the experimental x-webkit-speech API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove .xib from .gypi file. Created 6 years, 8 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: content/public/common/context_menu_params.cc
diff --git a/content/public/common/context_menu_params.cc b/content/public/common/context_menu_params.cc
index 8289be0fa5218732a984bfbbec03ccd58ba10c7f..54b48c20815d8d8e7106176c84d30a7bd72f2bcc 100644
--- a/content/public/common/context_menu_params.cc
+++ b/content/public/common/context_menu_params.cc
@@ -21,7 +21,6 @@ ContextMenuParams::ContextMenuParams()
has_image_contents(true),
media_flags(0),
misspelling_hash(0),
- speech_input_enabled(false),
spellcheck_enabled(false),
is_editable(false),
writing_direction_default(

Powered by Google App Engine
This is Rietveld 408576698