Commit d065fd5b authored by Tim Volodine's avatar Tim Volodine Committed by Commit Bot

[Android WebView] Fix bots: add WebAuthN api interfaces to exclusion list

WebAuthN api should not be exposed in WebView.

BUG=828168
TBR=changwan@chromium.org,perezju@chromium.org
NOTRY=true

Change-Id: Ibe54d6785183bc0aaa557bf3de850e02b58b1f0c
Reviewed-on: https://chromium-review.googlesource.com/992272Reviewed-by: default avatarTim Volodine <timvolodine@chromium.org>
Commit-Queue: Tim Volodine <timvolodine@chromium.org>
Cr-Commit-Position: refs/heads/master@{#547678}
parent 2d5bb27c
...@@ -80,6 +80,12 @@ interface MediaDevices : EventTarget ...@@ -80,6 +80,12 @@ interface MediaDevices : EventTarget
getter ondevicechange getter ondevicechange
setter ondevicechange setter ondevicechange
# WebAuthN API should not be exposed in WebView, crbug.com/828168
interface AuthenticatorAssertionResponse : AuthenticatorResponse
interface PublicKeyCredential : Credential
interface AuthenticatorResponse
interface AuthenticatorAttestationResponse : AuthenticatorResponse
[GLOBAL OBJECT] [GLOBAL OBJECT]
method openDatabase method openDatabase
attribute eventSender # test only attribute eventSender # test only
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment