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

Unified Diff: content/browser/speech/speech_input_manager.cc

Issue 8199010: Fixing misleading name a in speech input setting and related variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes. Landing if no problems in the bots. Created 9 years, 2 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 | « chrome/common/pref_names.cc ('k') | content/browser/speech/speech_input_preferences.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/speech/speech_input_manager.cc
diff --git a/content/browser/speech/speech_input_manager.cc b/content/browser/speech/speech_input_manager.cc
index f3f6402fb74afc6bc99d2a997d2868412a4b7acc..2f29f77ecd2b8cbdc611f8b9540d3d52c94cd87a 100644
--- a/content/browser/speech/speech_input_manager.cc
+++ b/content/browser/speech/speech_input_manager.cc
@@ -65,7 +65,7 @@ void SpeechInputManager::StartRecognition(
request->delegate = delegate;
request->recognizer = new SpeechRecognizer(
this, caller_id, language, grammar, context_getter,
- speech_input_prefs->censor_results(),
+ speech_input_prefs->filter_profanities(),
request_info_, can_report_metrics_ ? origin_url : "");
request->is_active = false;
« no previous file with comments | « chrome/common/pref_names.cc ('k') | content/browser/speech/speech_input_preferences.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698