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

Side by Side Diff: chrome/test/data/chromeos/network_settings/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
(Empty)
1 {
2 "Certificates": [ ],
3 "NetworkConfigurations": [ {
4 "GUID": "{64369ad3-9aec-0d1e-e7bb495970da2f33}",
5 "Name": "WirelessNetwork",
6 "ProxySettings": {
7 "PAC": "http://www.youtube.com/watch?v=oHg5SJYRHA0",
8 "Type": "PAC"
9 },
10 "Type": "WiFi",
11 "WiFi": {
12 "AutoConnect": false,
13 "HiddenSSID": false,
14 "SSID": "WirelessNetwork",
15 "Security": "None"
16 }
17 } ]
18 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698