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

Unified Diff: content/browser/speech/speech_input_preferences.h

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_input_manager.cc ('k') | content/browser/speech/speech_recognition_request.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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();
« no previous file with comments | « content/browser/speech/speech_input_manager.cc ('k') | content/browser/speech/speech_recognition_request.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698