| 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 813fbd1056a3baa3ee8101f70ab4b474f2bd992f..1cde6430b0d38985963276f8eacdf8a090f4a873 100644
|
| --- a/content/public/browser/speech_recognition_session_config.h
|
| +++ b/content/public/browser/speech_recognition_session_config.h
|
| @@ -22,7 +22,9 @@ struct CONTENT_EXPORT SpeechRecognitionSessionConfig {
|
| SpeechRecognitionSessionConfig();
|
| ~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;
|
|
|