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

Unified Diff: extensions/common/api/networking_onc.idl

Issue 2891453002: Introduce networkingPrivate.getCertificateLists (Closed)
Patch Set: Rebase, fix histograms, remove from networking.onc Created 3 years, 7 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: extensions/common/api/networking_onc.idl
diff --git a/extensions/common/api/networking_onc.idl b/extensions/common/api/networking_onc.idl
index 04c9865ddddcf82c5eed2cfecd378fe70392ab6b..72fcbd7fc480a31e10d6c20a8eb37e005d3f0dc6 100644
--- a/extensions/common/api/networking_onc.idl
+++ b/extensions/common/api/networking_onc.idl
@@ -259,6 +259,7 @@ namespace networking.onc {
dictionary EAPProperties {
DOMString? AnonymousIdentity;
CertificatePattern? ClientCertPattern;
+ DOMString? ClientCertPKCS11Id;
DOMString? ClientCertRef;
ClientCertificateType ClientCertType;
DOMString? Identity;

Powered by Google App Engine
This is Rietveld 408576698