| Index: content/browser/speech/speech_recognizer.h
|
| diff --git a/content/browser/speech/speech_recognizer.h b/content/browser/speech/speech_recognizer.h
|
| index 1e3061a6e1d64ec545c4523b2b540a0b884a3313..b62c558f575120554250e6d199f6ec3fcfa10eae 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_;
|
|
|
|
|