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

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

Issue 1889523002: Remove SpeechRecognitionSessionConfig::is_legacy_api (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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_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;

Powered by Google App Engine
This is Rietveld 408576698