Chromium Code Reviews| 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..8dd3e8cff580f17807684dc5a17bbdb34699fbe9 100644 |
| --- a/content/public/browser/speech_recognition_session_config.h |
| +++ b/content/public/browser/speech_recognition_session_config.h |
| @@ -22,7 +22,7 @@ struct CONTENT_EXPORT SpeechRecognitionSessionConfig { |
| SpeechRecognitionSessionConfig(); |
| ~SpeechRecognitionSessionConfig(); |
| - bool is_legacy_api; |
| + bool is_legacy_api; // TODO(hans): The legacy API is dead; remove this flag. |
|
msw
2014/05/02 00:05:10
nit: point to the bug.
hans
2014/05/02 02:36:27
Done.
|
| std::string language; |
| SpeechRecognitionGrammarArray grammars; |
| std::string origin_url; |