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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/Credential.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/Credential.idl
diff --git a/third_party/WebKit/Source/modules/credentialmanager/Credential.idl b/third_party/WebKit/Source/modules/credentialmanager/Credential.idl
index 3c48c1caffe13445fd71884384aa2399e183d9c6..6fab881b02792d48a3e51aaa1c1d72e544d20e3e 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/Credential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/Credential.idl
@@ -6,7 +6,8 @@
[
RuntimeEnabled=CredentialManager,
- Exposed=Window
+ Exposed=Window,
+ SecureContext
] interface Credential {
readonly attribute USVString id;
readonly attribute DOMString type;

Powered by Google App Engine
This is Rietveld 408576698