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

Unified Diff: modules/speech/SpeechRecognition.idl

Issue 1660113002: Updated to Chrome 45 (2454) moved from SVN to git. Base URL: https://github.com/dart-lang/webcore.git@roll_45
Patch Set: Created 4 years, 11 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
« no previous file with comments | « modules/speech/SpeechGrammarList.idl ('k') | modules/speech/SpeechRecognitionError.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/speech/SpeechRecognition.idl
diff --git a/modules/speech/SpeechRecognition.idl b/modules/speech/SpeechRecognition.idl
index 712bac61a8b288f6a793b1ebe641b655a5b57fcd..71854f7852fc0152a2ce364389a6ea89eb4179f9 100644
--- a/modules/speech/SpeechRecognition.idl
+++ b/modules/speech/SpeechRecognition.idl
@@ -32,9 +32,11 @@
] interface SpeechRecognition : EventTarget {
attribute SpeechGrammarList grammars;
attribute DOMString lang;
+ attribute DOMString serviceURI;
attribute boolean continuous;
attribute boolean interimResults;
attribute unsigned long maxAlternatives;
+ [RuntimeEnabled=MediaStreamSpeech] attribute MediaStreamTrack audioTrack;
[RaisesException] void start();
[ImplementedAs=stopFunction] void stop();
« no previous file with comments | « modules/speech/SpeechGrammarList.idl ('k') | modules/speech/SpeechRecognitionError.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698