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

Side by Side Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

Issue 13473003: Rename ONC field Trust to TrustBits. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "managed-network-repaired": { 2 "managed-network-repaired": {
3 "Recommended": [], 3 "Recommended": [],
4 "GUID": "guid", 4 "GUID": "guid",
5 "Type": "Ethernet", 5 "Type": "Ethernet",
6 "Name": "name", 6 "Name": "name",
7 "Ethernet": { 7 "Ethernet": {
8 "Authentication": "None" 8 "Authentication": "None"
9 } 9 }
10 }, 10 },
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
254 "toplevel-server-and-ca-cert-dropped": { 254 "toplevel-server-and-ca-cert-dropped": {
255 "Type": "UnencryptedConfiguration", 255 "Type": "UnencryptedConfiguration",
256 "Certificates": 256 "Certificates":
257 [ { "GUID": "3", 257 [ { "GUID": "3",
258 "PKCS12": "abc" , 258 "PKCS12": "abc" ,
259 "Type": "Client" } ] 259 "Type": "Client" } ]
260 }, 260 },
261 "toplevel-with-server-and-ca-cert": { 261 "toplevel-with-server-and-ca-cert": {
262 "Type": "UnencryptedConfiguration", 262 "Type": "UnencryptedConfiguration",
263 "Certificates": 263 "Certificates":
264 [ { "Trust": ["Web"], 264 [ { "TrustBits": ["Web"],
265 "GUID": "1", 265 "GUID": "1",
266 "Type": "Authority", 266 "Type": "Authority",
267 "X509": "abc" }, 267 "X509": "abc" },
268 { "GUID": "2", 268 { "GUID": "2",
269 "Type": "Server", 269 "Type": "Server",
270 "X509": "abc" }, 270 "X509": "abc" },
271 { "GUID": "3", 271 { "GUID": "3",
272 "PKCS12": "abc" , 272 "PKCS12": "abc" ,
273 "Type": "Client" } ] 273 "Type": "Client" } ]
274 } 274 }
275 } 275 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/certificate-web-authority-update.onc ('k') | chromeos/test/data/network/managed_toplevel2.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698