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

Side by Side Diff: chromeos/test/data/network/decrypted.onc

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 8 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 { 1 {
2 "Certificates": [ ], 2 "Certificates": [ ],
3 "NetworkConfigurations": [ { 3 "NetworkConfigurations": [ {
4 "GUID": "{64369ad3-9aec-0d1e-e7bb495970da2f33}", 4 "GUID": "{64369ad3-9aec-0d1e-e7bb495970da2f33}",
5 "Name": "WirelessNetwork", 5 "Name": "WirelessNetwork",
6 "ProxySettings": { 6 "ProxySettings": {
7 "PAC": "http://www.youtube.com/watch?v=oHg5SJYRHA0", 7 "PAC": "http://www.youtube.com/watch?v=oHg5SJYRHA0",
8 "Type": "PAC" 8 "Type": "PAC"
9 }, 9 },
10 "Type": "WiFi", 10 "Type": "WiFi",
11 "WiFi": { 11 "WiFi": {
12 "AutoConnect": false, 12 "AutoConnect": false,
13 "HiddenSSID": false, 13 "HiddenSSID": false,
14 "SSID": "WirelessNetwork", 14 "SSID": "WirelessNetwork",
15 "Security": "None" 15 "Security": "None"
16 } 16 }
17 } ] 17 } ]
18 } 18 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/certificate-web-authority-update.onc ('k') | chromeos/test/data/network/device_policy.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698