| Index: content/browser/speech/speech_input_preferences.h
|
| diff --git a/content/browser/speech/speech_input_preferences.h b/content/browser/speech/speech_input_preferences.h
|
| index c4536edc448cc0e5fccd79ff4937753adc598d33..a684cd5142c9df32d226a845fa7504de93eb5b4c 100644
|
| --- a/content/browser/speech/speech_input_preferences.h
|
| +++ b/content/browser/speech/speech_input_preferences.h
|
| @@ -15,9 +15,9 @@ class CONTENT_EXPORT SpeechInputPreferences
|
| SpeechInputPreferences();
|
|
|
| // Only to be called on the IO thread.
|
| - virtual bool censor_results() const = 0;
|
| + virtual bool filter_profanities() const = 0;
|
|
|
| - virtual void set_censor_results(bool censor_results) = 0;
|
| + virtual void set_filter_profanities(bool filter_profanities) = 0;
|
|
|
| protected:
|
| virtual ~SpeechInputPreferences();
|
|
|