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

Unified Diff: LayoutTests/webexposed/global-interface-listing-expected.txt

Issue 1034833002: Adding a serviceURI param to SpeechRecognition (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Changing the serviceuri param to be KURL rather than string so we can check whether the url is vali… Created 5 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: LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/LayoutTests/webexposed/global-interface-listing-expected.txt b/LayoutTests/webexposed/global-interface-listing-expected.txt
index 6d3b96451809f760e339e25633f54a96f42cb152..e53d185323ab950e2a2e0ab5ccd44252ad83b0c2 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -6585,6 +6585,7 @@ interface webkitSpeechRecognition
getter onspeechend
getter onspeechstart
getter onstart
+ getter serviceURI
method abort
method constructor
method start
@@ -6606,6 +6607,7 @@ interface webkitSpeechRecognition
setter onspeechend
setter onspeechstart
setter onstart
+ setter serviceURI
interface webkitSpeechRecognitionError
getter error
getter message
« no previous file with comments | « LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | Source/modules/speech/SpeechRecognition.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698