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

Unified Diff: third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.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/PasswordCredential.idl
diff --git a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
index 822bb01a715342c4789c037bd1fb114068ccdd0e..993920d8a880be288493240522bf4dc9e37d7a7d 100644
--- a/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
+++ b/third_party/WebKit/Source/modules/credentialmanager/PasswordCredential.idl
@@ -7,11 +7,11 @@
typedef (FormData or URLSearchParams) CredentialBodyType;
[
- RuntimeEnabled=CredentialManager,
RaisesException=Constructor,
Constructor(PasswordCredentialData data),
Constructor(HTMLFormElement form),
Exposed=Window,
+ SecureContext
] interface PasswordCredential : Credential {
attribute USVString idName;
attribute USVString passwordName;

Powered by Google App Engine
This is Rietveld 408576698