summaryrefslogtreecommitdiffstats
path: root/content/browser/speech/speech_recognizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'content/browser/speech/speech_recognizer.h')
-rw-r--r--content/browser/speech/speech_recognizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/content/browser/speech/speech_recognizer.h b/content/browser/speech/speech_recognizer.h
index 1e3061a..b62c558 100644
--- a/content/browser/speech/speech_recognizer.h
+++ b/content/browser/speech/speech_recognizer.h
@@ -85,7 +85,7 @@ class CONTENT_EXPORT SpeechRecognizer
const std::string& language,
const std::string& grammar,
net::URLRequestContextGetter* context_getter,
- bool censor_results,
+ bool filter_profanities,
const std::string& hardware_info,
const std::string& origin_url);
@@ -135,7 +135,7 @@ class CONTENT_EXPORT SpeechRecognizer
int caller_id_;
std::string language_;
std::string grammar_;
- bool censor_results_;
+ bool filter_profanities_;
std::string hardware_info_;
std::string origin_url_;