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

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: Fix layout tests for real. 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/installedapp/InstalledAppController.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 9c78bddeb281637af63557fdbdec84fec3be4b15..380c384dc06423b2492ca7bf366ae244df90dee9 100644
--- a/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/third_party/WebKit/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -3546,6 +3546,7 @@ interface Navigator
method constructor
method getBattery
method getGamepads
+ method getInstalledRelatedApps
method getVRDevices
method isProtocolHandlerRegistered
method javaEnabled
@@ -4016,6 +4017,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
« no previous file with comments | « no previous file | third_party/WebKit/Source/modules/installedapp/InstalledAppController.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698