| Index: chrome/browser/speech/chrome_speech_input_preferences.h
|
| diff --git a/chrome/browser/speech/chrome_speech_input_preferences.h b/chrome/browser/speech/chrome_speech_input_preferences.h
|
| index feca5a6432dc18f6dc1708704edde5e29772822b..ebfef3b1d09bd4d5719651498b6994b40f71a8ae 100644
|
| --- a/chrome/browser/speech/chrome_speech_input_preferences.h
|
| +++ b/chrome/browser/speech/chrome_speech_input_preferences.h
|
| @@ -17,14 +17,14 @@ class ChromeSpeechInputPreferences : public SpeechInputPreferences {
|
| explicit ChromeSpeechInputPreferences(PrefService* pref_service);
|
|
|
| // SpeechInputPreferences methods.
|
| - virtual bool censor_results() const OVERRIDE;
|
| - virtual void set_censor_results(bool censor_results) OVERRIDE;
|
| + virtual bool filter_profanities() const OVERRIDE;
|
| + virtual void set_filter_profanities(bool filter_profanities) OVERRIDE;
|
|
|
| private:
|
| virtual ~ChromeSpeechInputPreferences();
|
|
|
| // Only to be accessed and modified on the IO thread.
|
| - bool censor_results_;
|
| + bool filter_profanities_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(ChromeSpeechInputPreferences);
|
| };
|
|
|