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

Unified Diff: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt

Issue 2546293002: ShapeDetection: adding Exposed=(Window,Worker) to idls (Closed)
Patch Set: Created 4 years 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: third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
diff --git a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
index 087e8a89fc6a6116a9e15730f7013b5b5ec64e60..27fa54e893e733d7936acc37981e7f826ae3dcb4 100644
--- a/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
+++ b/third_party/WebKit/LayoutTests/http/tests/serviceworker/webexposed/global-interface-listing-service-worker-expected.txt
@@ -1,3 +1,6 @@
+interface BarcodeDetector
+ method constructor
+ method detect
interface Blob
getter isClosed
getter size
@@ -194,6 +197,9 @@ interface ExtendableMessageEvent : ExtendableEvent
getter ports
getter source
method constructor
+interface FaceDetector
+ method constructor
+ method detect
interface FetchEvent : ExtendableEvent
getter clientId
getter isReload

Powered by Google App Engine
This is Rietveld 408576698