| Index: third_party/WebKit/Source/modules/webauth/PublicKeyCredentialEntity.idl
|
| diff --git a/third_party/WebKit/Source/modules/webauth/AuthenticationExtensions.idl b/third_party/WebKit/Source/modules/webauth/PublicKeyCredentialEntity.idl
|
| similarity index 50%
|
| rename from third_party/WebKit/Source/modules/webauth/AuthenticationExtensions.idl
|
| rename to third_party/WebKit/Source/modules/webauth/PublicKeyCredentialEntity.idl
|
| index e73d390860b38c98cc6f67cdf9d70da355cf50f4..107b14d30b2b10598282daf6f80110b8b04e3b9b 100644
|
| --- a/third_party/WebKit/Source/modules/webauth/AuthenticationExtensions.idl
|
| +++ b/third_party/WebKit/Source/modules/webauth/PublicKeyCredentialEntity.idl
|
| @@ -2,7 +2,10 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// https://w3c.github.io/webauthn/#dictdef-webauthnextensions
|
| +// https://w3c.github.io/webauthn/#dictdef-publickeycredentialentity
|
|
|
| -dictionary AuthenticationExtensions {
|
| +dictionary PublicKeyCredentialEntity {
|
| + DOMString id;
|
| + DOMString name;
|
| + USVString icon;
|
| };
|
|
|