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

Unified Diff: content/browser/speech/speech_recognizer.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_recognition_request.cc ('k') | content/browser/speech/speech_recognizer.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/speech/speech_recognizer.h
diff --git a/content/browser/speech/speech_recognizer.h b/content/browser/speech/speech_recognizer.h
index 1e3061a6e1d64ec545c4523b2b540a0b884a3313..b62c558f575120554250e6d199f6ec3fcfa10eae 100644
--- a/content/browser/speech/speech_recognizer.h
+++ b/content/browser/speech/speech_recognizer.h
@@ -85,7 +85,7 @@ class CONTENT_EXPORT SpeechRecognizer
const std::string& language,
const std::string& grammar,
net::URLRequestContextGetter* context_getter,
- bool censor_results,
+ bool filter_profanities,
const std::string& hardware_info,
const std::string& origin_url);
@@ -135,7 +135,7 @@ class CONTENT_EXPORT SpeechRecognizer
int caller_id_;
std::string language_;
std::string grammar_;
- bool censor_results_;
+ bool filter_profanities_;
std::string hardware_info_;
std::string origin_url_;
« no previous file with comments | « content/browser/speech/speech_recognition_request.cc ('k') | content/browser/speech/speech_recognizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698