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

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

Issue 378103002: Add NetworkingPrivateDelegate class (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix stupid mac complaints Created 6 years, 5 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
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 a9c94663e97589984d57f984b7ee7202aeb0fabd..cbdcdb677f0f6df72ff50862a12bcd44e61fcc5a 100644
--- a/chrome/test/data/extensions/api_test/networking/test.js
+++ b/chrome/test/data/extensions/api_test/networking/test.js
@@ -11,9 +11,9 @@ var assertEq = chrome.test.assertEq;
// Test properties for the verification API.
var verificationProperties = {
"certificate": "certificate",
- "publicKey": "public_key",
+ "publicKey": "cHVibGljX2tleQ==", // Base64("public_key")
"nonce": "nonce",
- "signedData": "signed_data",
+ "signedData": "c2lnbmVkX2RhdGE=", // Base64("signed_data")
"deviceSerial": "device_serial",
"deviceSsid": "Device 0123",
"deviceBssid": "00:01:02:03:04:05"
« no previous file with comments | « chrome/chrome_browser_extensions.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698