Index: chrome/common/extensions/api/networking_private.json |
diff --git a/chrome/common/extensions/api/networking_private.json b/chrome/common/extensions/api/networking_private.json |
index bac9fea39cf707873c7691767dfe17b60f82d8e9..f4e1ef37b3333ebfb65c9d8a748b4f7c82620de9 100644 |
--- a/chrome/common/extensions/api/networking_private.json |
+++ b/chrome/common/extensions/api/networking_private.json |
@@ -29,6 +29,12 @@ |
"type": "string", |
"description": "A string containing a PEM-encoded X.509 certificate for use in verifying the signed data." |
}, |
+ "intermediateCertificates": { |
+ "type": "array", |
+ "items": { "type": "string" }, |
+ "optional": true, |
+ "description": "An array of PEM-encoded X.509 intermediate certificate authority certificates." |
Ryan Sleevi
2014/12/15 21:42:59
Documentation: PEM encoding can either mean with t
sheretov
2014/12/16 08:44:20
Done.
Fixed the publicKey field's description as
|
+ }, |
"publicKey": { |
"type": "string", |
"description": "A string containing a PEM-encoded RSA public key to be used to compare with the one in signedData" |