| Index: third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html
|
| diff --git a/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html b/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html
|
| index f2c747a4436a3713b053d0ccea4d838bb232be38..cf6de453767f56b2d0a0aac694d7b94ddd1521e2 100644
|
| --- a/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html
|
| +++ b/third_party/WebKit/LayoutTests/external/wpt/credential-management/idl.https.html
|
| @@ -43,11 +43,17 @@
|
| FederatedCredentialInit? federated;
|
| };
|
|
|
| + enum CredentialMediationRequirement {
|
| + "silent",
|
| + "optional",
|
| + "required"
|
| + };
|
| +
|
| dictionary CredentialRequestOptions {
|
| boolean password = false;
|
| FederatedCredentialRequestOptions federated;
|
|
|
| - boolean unmediated = false;
|
| + CredentialMediationRequirement mediation = "optional";
|
| };
|
|
|
| dictionary FederatedCredentialRequestOptions {
|
|
|