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

Unified Diff: content/browser/speech/speech_recognizer_impl.cc

Issue 22274019: Trivial CL to remove two TODOs (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/speech/speech_recognizer_impl.cc
diff --git a/content/browser/speech/speech_recognizer_impl.cc b/content/browser/speech/speech_recognizer_impl.cc
index 31f0e624a77b4f9a512d4da7038aa58672cd779a..2081b2f982d4a3be7703f8c9e237fff72734d76a 100644
--- a/content/browser/speech/speech_recognizer_impl.cc
+++ b/content/browser/speech/speech_recognizer_impl.cc
@@ -511,7 +511,6 @@ SpeechRecognizerImpl::StartRecording(const FSMEventArgs&) {
int chunk_duration_ms = recognition_engine_->GetDesiredAudioChunkDurationMs();
- // TODO(xians): use the correct input device here.
AudioParameters in_params = audio_manager->GetInputStreamParameters(
device_id_);
if (!in_params.IsValid() && !unit_test_is_active) {
@@ -564,7 +563,6 @@ SpeechRecognizerImpl::StartRecording(const FSMEventArgs&) {
audio_converter_.reset(
new OnDataConverter(input_parameters, output_parameters));
- // TODO(xians): use the correct input device here.
audio_controller_ = AudioInputController::Create(
audio_manager, this, input_parameters, device_id_);
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698