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

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

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.h
diff --git a/content/public/common/context_menu_params.h b/content/public/common/context_menu_params.h
index ccdb4737d00ce04b874aa480f609164ed8d737db..ccef48ec2ca40b39fb42c817f097213e8383beda 100644
--- a/content/public/common/context_menu_params.h
+++ b/content/public/common/context_menu_params.h
@@ -112,9 +112,6 @@ struct CONTENT_EXPORT ContextMenuParams {
// and the misspelled_word is not empty.
std::vector<base::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