| Index: chrome/browser/speech/speech_input_extension_apitest.cc
|
| ===================================================================
|
| --- chrome/browser/speech/speech_input_extension_apitest.cc (revision 170700)
|
| +++ chrome/browser/speech/speech_input_extension_apitest.cc (working copy)
|
| @@ -185,9 +185,7 @@
|
|
|
| GetManager()->OnSoundEnd(kSessionIDForTests);
|
| GetManager()->OnAudioEnd(kSessionIDForTests);
|
| - content::SpeechRecognitionResults results;
|
| - results.push_back(next_result_);
|
| - GetManager()->OnRecognitionResults(kSessionIDForTests, results);
|
| + GetManager()->OnRecognitionResult(kSessionIDForTests, next_result_);
|
| GetManager()->OnRecognitionEnd(kSessionIDForTests);
|
| }
|
|
|
|
|