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

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

Issue 7086005: Context menu for "Voice recognition options" (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: No changes (Just trying to get commit-bot to wake up) Created 9 years, 5 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_recognizer.h
diff --git a/content/browser/speech/speech_recognizer.h b/content/browser/speech/speech_recognizer.h
index f49b3ea9c237a625abd56d75b2104a88294f1c62..264194de31494d2ee027d75e8c943e47a7930994 100644
--- a/content/browser/speech/speech_recognizer.h
+++ b/content/browser/speech/speech_recognizer.h
@@ -82,6 +82,7 @@ class SpeechRecognizer
int caller_id,
const std::string& language,
const std::string& grammar,
+ bool censor_results,
const std::string& hardware_info,
const std::string& origin_url);
virtual ~SpeechRecognizer();
@@ -131,6 +132,7 @@ class SpeechRecognizer
int caller_id_;
std::string language_;
std::string grammar_;
+ bool censor_results_;
std::string hardware_info_;
std::string origin_url_;
« no previous file with comments | « content/browser/speech/speech_recognition_request_unittest.cc ('k') | content/browser/speech/speech_recognizer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698