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

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

Issue 12390017: Separating ONC<->Shill translation from the ONC signature. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed browser tests. Created 7 years, 9 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
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_l2tpipsec.onc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
3 "Name": "OpenWrt",
4 "Type": "WiFi",
5 "WiFi": {
6 "AutoConnect": true,
7 "BSSID": "00:12:34:ca:56:8b",
8 "HiddenSSID": false,
9 "Passphrase": "some passphrase",
10 "SSID": "OpenWrt",
11 "Security": "WPA-PSK",
12 "SignalStrength": 10
13 },
14 "ConnectionState": "NotConnected"
15 }
OLDNEW
« no previous file with comments | « chromeos/test/data/network/translation_of_shill_l2tpipsec.onc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698