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

Unified Diff: content/renderer/context_menu_params_builder.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: Don't touch histograms.xml 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
« no previous file with comments | « content/public/common/context_menu_params.cc ('k') | content/renderer/input_tag_speech_dispatcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/context_menu_params_builder.cc
diff --git a/content/renderer/context_menu_params_builder.cc b/content/renderer/context_menu_params_builder.cc
index d56c6eadeb21a2406c26c1e77e285407146fc48a..48355e832bb3f00bdb865d213f6f4dc69fe3163b 100644
--- a/content/renderer/context_menu_params_builder.cc
+++ b/content/renderer/context_menu_params_builder.cc
@@ -32,7 +32,6 @@ ContextMenuParams ContextMenuParamsBuilder::Build(
params.selection_text = data.selectedText;
params.misspelled_word = data.misspelledWord;
params.misspelling_hash = data.misspellingHash;
- params.speech_input_enabled = data.isSpeechInputEnabled;
params.spellcheck_enabled = data.isSpellCheckingEnabled;
params.is_editable = data.isEditable;
params.writing_direction_default = data.writingDirectionDefault;
« no previous file with comments | « content/public/common/context_menu_params.cc ('k') | content/renderer/input_tag_speech_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698