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

Unified Diff: Source/modules/speech/WindowSpeech.idl

Issue 1129213002: Reintroduce ScriptedSpeech runtime switch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: restore ScriptedSpeech blink feature Created 5 years, 7 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 | « Source/modules/speech/SpeechSynthesisUtterance.idl ('k') | Source/modules/speech/WindowSpeechSynthesis.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/speech/WindowSpeech.idl
diff --git a/Source/modules/speech/WindowSpeech.idl b/Source/modules/speech/WindowSpeech.idl
index d0246091b335894c30d39b1b3cc7fce55cf5f2aa..0d331cc70ca6b50eb3df784840cd4dbbd45a5077 100644
--- a/Source/modules/speech/WindowSpeech.idl
+++ b/Source/modules/speech/WindowSpeech.idl
@@ -4,6 +4,7 @@
[
ImplementedAs=DOMWindowSpeech,
+ RuntimeEnabled=ScriptedSpeech,
] partial interface Window {
attribute SpeechGrammarConstructor webkitSpeechGrammar;
attribute SpeechGrammarListConstructor webkitSpeechGrammarList;
« no previous file with comments | « Source/modules/speech/SpeechSynthesisUtterance.idl ('k') | Source/modules/speech/WindowSpeechSynthesis.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698