Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1860)

Unified Diff: content/shell/shell_browser_context.cc

Issue 8199010: Fixing misleading name a in speech input setting and related variables. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: review fixes. Landing if no problems in the bots. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/browser/speech/speech_recognizer.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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:
« no previous file with comments | « content/browser/speech/speech_recognizer.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698