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

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

Issue 2844453002: Update CM API IDL to use SecureContext (Closed)
Patch Set: Rebase 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 cd56a567845f0c0e1d8c5df27dd1a068a9c3244a..9e421aaac40fbb5c4c7701c7c5042175560c8399 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
@@ -5,10 +5,10 @@
// https://w3c.github.io/webappsec-credential-management/#federatedcredential
[
- RuntimeEnabled=CredentialManager,
RaisesException=Constructor,
Constructor(FederatedCredentialData data),
- Exposed=Window
+ Exposed=Window,
+ SecureContext
] interface FederatedCredential : Credential {
readonly attribute USVString provider;

Powered by Google App Engine
This is Rietveld 408576698