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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl

Issue 2867643004: Remove {LocallyStored,SiteBound}CredentialData (Closed)
Patch Set: Created 3 years, 7 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/credentialmanager/FederatedCredential.idl
diff --git a/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl b/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
index 9e421aaac40fbb5c4c7701c7c5042175560c8399..efd7e22bb42a61c06b3727c207f544f27addef3c 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
@@ -6,7 +6,7 @@
[
RaisesException=Constructor,
- Constructor(FederatedCredentialData data),
+ Constructor(FederatedCredentialInit data),
Exposed=Window,
SecureContext
] interface FederatedCredential : Credential {

Powered by Google App Engine
This is Rietveld 408576698