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

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

Issue 2832813002: Drop SiteBoundCredential in favor of CredentialUserData (Closed)
Patch Set: HTTPS Rename Created 3 years, 8 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 e2bcc5e1e096a0980635e925bff2a79c001368e5..cd56a567845f0c0e1d8c5df27dd1a068a9c3244a 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
@@ -9,9 +9,10 @@
RaisesException=Constructor,
Constructor(FederatedCredentialData data),
Exposed=Window
-] interface FederatedCredential : SiteBoundCredential {
+] interface FederatedCredential : Credential {
readonly attribute USVString provider;
// TODO(mkwst): We don't really support this yet; it always returns ''.
readonly attribute DOMString? protocol;
};
+FederatedCredential implements CredentialUserData;

Powered by Google App Engine
This is Rietveld 408576698