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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.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
« no previous file with comments | « third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.idl
diff --git a/third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.idl b/third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.idl
index f716407878cf5f05efd0e8d436682c71ce9f153e..04ba8d79d61ff99b5a4d80f6d8dc571fcd6dfca0 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/SiteBoundCredential.idl
@@ -6,7 +6,8 @@
[
RuntimeEnabled=CredentialManager,
- Exposed=Window
+ Exposed=Window,
+ SecureContext
] interface SiteBoundCredential : Credential {
readonly attribute USVString name;
readonly attribute USVString iconURL;
« no previous file with comments | « third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698