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

Unified Diff: third_party/WebKit/Source/modules/webauth/PublicKeyCredentialEntity.idl

Issue 2966523002: Blink-layer update to match WebAuthN spec (Closed)
Patch Set: Created 3 years, 6 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698