| Index: content/browser/speech/speech_recognition_dispatcher_host.cc
|
| diff --git a/content/browser/speech/speech_recognition_dispatcher_host.cc b/content/browser/speech/speech_recognition_dispatcher_host.cc
|
| index 3512aca22151060bbd3ec96f632eae26f83395ec..a0781716f2ec84866a3fe926a8b98c0f3f073fcd 100644
|
| --- a/content/browser/speech/speech_recognition_dispatcher_host.cc
|
| +++ b/content/browser/speech/speech_recognition_dispatcher_host.cc
|
| @@ -158,7 +158,6 @@ void SpeechRecognitionDispatcherHost::OnStartRequestOnIO(
|
| context.request_id = params.request_id;
|
|
|
| SpeechRecognitionSessionConfig config;
|
| - config.is_legacy_api = false;
|
| config.language = params.language;
|
| config.grammars = params.grammars;
|
| config.max_hypotheses = params.max_hypotheses;
|
|
|