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

Unified Diff: chrome/test/data/extensions/api_test/networking/test.js

Issue 792353002: Refactoring of Cast-related crypto code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed typo from https://codereview.chromium.org/747223002 Created 5 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: chrome/test/data/extensions/api_test/networking/test.js
diff --git a/chrome/test/data/extensions/api_test/networking/test.js b/chrome/test/data/extensions/api_test/networking/test.js
index 9024129f4008bc6205edb3d54978123ef4ad63c6..6bd2292cfebdc8a41315cc2acadf71cfb52efd6d 100644
--- a/chrome/test/data/extensions/api_test/networking/test.js
+++ b/chrome/test/data/extensions/api_test/networking/test.js
@@ -15,6 +15,7 @@ var assertEq = chrome.test.assertEq;
// Test properties for the verification API.
var verificationProperties = {
"certificate": "certificate",
+ "intermediateCertificates": ["ica1", "ica2", "ica3"],
"publicKey": "cHVibGljX2tleQ==", // Base64("public_key")
"nonce": "nonce",
"signedData": "c2lnbmVkX2RhdGE=", // Base64("signed_data")

Powered by Google App Engine
This is Rietveld 408576698