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

Unified Diff: content/public/browser/speech_recognition_session_config.h

Issue 260903010: Start removing support for the experimental x-webkit-speech API (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Remove .xib from .gypi file. Created 6 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/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;

Powered by Google App Engine
This is Rietveld 408576698