| Index: content/shell/shell_browser_context.cc
|
| diff --git a/content/shell/shell_browser_context.cc b/content/shell/shell_browser_context.cc
|
| index 11e047591cad986e9d4e355820fa1f3243fc4b74..28b4f2a90e8cc66e8fb2c8cd37ceab14eba845fe 100644
|
| --- a/content/shell/shell_browser_context.cc
|
| +++ b/content/shell/shell_browser_context.cc
|
| @@ -63,11 +63,11 @@ class ShellSpeechInputPreferences : public SpeechInputPreferences {
|
| }
|
|
|
| // SpeechInputPreferences implementation.
|
| - virtual bool censor_results() const OVERRIDE {
|
| + virtual bool filter_profanities() const OVERRIDE {
|
| return false;
|
| }
|
|
|
| - virtual void set_censor_results(bool censor_results) OVERRIDE {
|
| + virtual void set_filter_profanities(bool filter_profanities) OVERRIDE {
|
| }
|
|
|
| private:
|
|
|