Chromium Code Reviews| Index: android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt |
| diff --git a/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt b/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt |
| index 6951bf71847f6b66bf018f5ff85312857f8f686a..c8fab1769ee3502db0a101fcf6c31a698b6c9d03 100644 |
| --- a/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt |
| +++ b/android_webview/tools/system_webview_shell/test/data/webexposed/not-webview-exposed.txt |
| @@ -30,17 +30,22 @@ interface PresentationConnectionAvailableEvent : Event |
| interface PresentationConnectionCloseEvent : Event |
| interface PresentationRequest : EventTarget |
| +# remoteplayback api not supported in webview crbug.com/521319 |
| +interface RemotePlayback : EventTarget |
| + |
| # crbug.com/589500 |
| interface HTMLMediaElement : HTMLElement |
| getter sinkId |
| method setSinkId |
| + setter disableRemotePlayback |
|
timvolodine
2016/11/24 17:06:02
also, maybe add a bug reference here, as it doesn'
whywhat
2016/11/28 23:50:46
Will do.
|
| + getter disableRemotePlayback |
|
timvolodine
2016/11/24 17:06:03
are these the only methods regarding remote playba
whywhat
2016/11/28 23:50:46
On HTMLMediaElement, yes. Well, there's also the '
|
| interface Navigator |
| getter permissions # crbug.com/490120 |
| method registerProtocolHandler # crbug.com/589502 |
| getter presentation # crbug.com/521319 |
| method unregisterProtocolHandler # crbug.com/589502 |
| - |
| + |
| # notifications not yet supported in webview, crbug.com/551446 |
| interface ServiceWorkerRegistration : EventTarget |
| getter pushManager |