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

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

Issue 2634923003: Use SecureContext attribute for IDL of Credential Mgmt API
Patch Set: Added comment Created 3 years, 11 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..d4f5fd201a5d0f29befbb495dcec065aa2101747 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/FederatedCredential.idl
@@ -8,7 +8,8 @@
RuntimeEnabled=CredentialManager,
RaisesException=Constructor,
Constructor(FederatedCredentialData data),
- Exposed=Window
+ Exposed=Window,
+ SecureContext
] interface FederatedCredential : SiteBoundCredential {
readonly attribute USVString provider;

Powered by Google App Engine
This is Rietveld 408576698