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

Unified Diff: chrome/common/extensions/api/networking_private.json

Issue 792353002: Refactoring of Cast-related crypto code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/NetworkingPrivateCredentialsGetterCrOs/NetworkingPrivateCredentialsGetterChromeos/g Created 6 years 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: 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"

Powered by Google App Engine
This is Rietveld 408576698