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

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

Issue 1735033004: Bindings and client interface for the IsAppInstalled API. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 10 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: third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
diff --git a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
index 82bfe60fe9df6ce7b384ad2be30a138988b2b13e..e5b9ab0a913ff18701601ca568222842e28d3c70 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3547,6 +3547,7 @@ interface Navigator
method getVRDevices
method isProtocolHandlerRegistered
method javaEnabled
+ method getInstalledRelatedApps
method registerProtocolHandler
method requestMIDIAccess
method requestMediaKeySystemAccess
@@ -4014,6 +4015,11 @@ interface ReadableStream
method constructor
method getReader
method tee
+interface RelatedApplication
+ getter id
+ getter platform
+ getter url
+ method constructor
interface RelatedEvent : Event
getter relatedTarget
method constructor

Powered by Google App Engine
This is Rietveld 408576698