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

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

Issue 1222623003: Presentation API: implement .getAvalability() (Blink side). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix tests Created 5 years, 5 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 | « LayoutTests/presentation/presentation-api.html ('k') | Source/modules/EventTargetModulesFactory.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 662d478e3d419422b7d6dfc3495915cdb29d486d..7b8ec5a679aaad020340707942c435fa4047b5c3 100644
--- a/LayoutTests/webexposed/global-interface-listing-expected.txt
+++ b/LayoutTests/webexposed/global-interface-listing-expected.txt
@@ -245,9 +245,6 @@ interface AudioTrackList
interface AutocompleteErrorEvent
getter reason
method constructor
-interface AvailableChangeEvent
- getter available
- method constructor
interface BarProp
getter visible
method constructor
@@ -3602,14 +3599,18 @@ interface PopStateEvent
getter state
method constructor
interface Presentation
- getter onavailablechange
getter ondefaultsessionstart
getter session
method constructor
+ method getAvailability
method joinSession
method startSession
- setter onavailablechange
setter ondefaultsessionstart
+interface PresentationAvailability
+ getter onchange
+ getter value
+ method constructor
+ setter onchange
interface PresentationSession
getter id
getter onmessage
« no previous file with comments | « LayoutTests/presentation/presentation-api.html ('k') | Source/modules/EventTargetModulesFactory.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698