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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.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/PasswordCredential.idl
diff --git a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
index f552210004e143b9e7afb08146f7e44de4b0778c..0058171cea55c1b65aab942c8ada475d5fdf646d 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
@@ -12,6 +12,7 @@ typedef (FormData or URLSearchParams) CredentialBodyType;
Constructor(PasswordCredentialData data),
Constructor(HTMLFormElement form),
Exposed=Window,
+ SecureContext,
] interface PasswordCredential : SiteBoundCredential {
attribute USVString idName;
attribute USVString passwordName;

Powered by Google App Engine
This is Rietveld 408576698