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

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: 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
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();

Powered by Google App Engine
This is Rietveld 408576698