| Index: content/public/browser/speech_recognition_session_config.h
|
| diff --git a/content/public/browser/speech_recognition_session_config.h b/content/public/browser/speech_recognition_session_config.h
|
| index da2b011a406807d2763c740699f5beb21e69399d..d3bea186e1d04077ae2af5de822337b3af91d57d 100644
|
| --- a/content/public/browser/speech_recognition_session_config.h
|
| +++ b/content/public/browser/speech_recognition_session_config.h
|
| @@ -27,9 +27,6 @@ struct CONTENT_EXPORT SpeechRecognitionSessionConfig {
|
| SpeechRecognitionSessionConfig(const SpeechRecognitionSessionConfig& other);
|
| ~SpeechRecognitionSessionConfig();
|
|
|
| - // TODO(hans): The legacy API is dead; remove this flag (crbug.com/223198).
|
| - bool is_legacy_api;
|
| -
|
| std::string language;
|
| SpeechRecognitionGrammarArray grammars;
|
| std::string origin_url;
|
|
|