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

Side by Side Diff: chromeos/test/data/network/policy/shill_unmanaged_wifi1.json

Issue 23526016: Autoconnect policy for CrOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Renamed policy. Created 7 years, 2 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 "GUID": "{unmanaged_user_wifi1}", 2 "GUID": "{unmanaged_user_wifi1}",
3 "Mode": "managed", 3 "Mode": "managed",
4 "Passphrase": "user's passphrase", 4 "Passphrase": "user's passphrase",
5 "Profile": "/profile/chronos/shill", 5 "Profile": "/profile/user1/shill",
6 "WiFi.HexSSID": "7769666931", // "wifi1" 6 "WiFi.HexSSID": "7769666931", // "wifi1"
7 "Security": "psk", 7 "Security": "psk",
8 "Type": "wifi", 8 "Type": "wifi",
9 "UIData": "{\"user_settings\":{\"WiFi\":{\"Passphrase\":\"user's passphrase\"} }}" 9 "UIData": "{\"user_settings\":{\"WiFi\":{\"Passphrase\":\"user's passphrase\"} }}"
10 } 10 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698