| Index: content/browser/speech/speech_recognizer.h
|
| diff --git a/content/browser/speech/speech_recognizer.h b/content/browser/speech/speech_recognizer.h
|
| index f49b3ea9c237a625abd56d75b2104a88294f1c62..264194de31494d2ee027d75e8c943e47a7930994 100644
|
| --- a/content/browser/speech/speech_recognizer.h
|
| +++ b/content/browser/speech/speech_recognizer.h
|
| @@ -82,6 +82,7 @@ class SpeechRecognizer
|
| int caller_id,
|
| const std::string& language,
|
| const std::string& grammar,
|
| + bool censor_results,
|
| const std::string& hardware_info,
|
| const std::string& origin_url);
|
| virtual ~SpeechRecognizer();
|
| @@ -131,6 +132,7 @@ class SpeechRecognizer
|
| int caller_id_;
|
| std::string language_;
|
| std::string grammar_;
|
| + bool censor_results_;
|
| std::string hardware_info_;
|
| std::string origin_url_;
|
|
|
|
|