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

Unified Diff: chrome/test/data/chromeos/net/shill_for_toplevel_wifi_wpa_psk.json

Issue 11578052: Replace OncNetworkParser by the new ONC translator. (Closed) Base URL: http://git.chromium.org/chromium/src.git@extend_onc_to_shill
Patch Set: Rebased. Created 7 years, 11 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 side-by-side diff with in-line comments
Download patch
Index: chrome/test/data/chromeos/net/shill_for_toplevel_wifi_wpa_psk.json
diff --git a/chrome/test/data/chromeos/net/shill_for_toplevel_wifi_wpa_psk.json b/chrome/test/data/chromeos/net/shill_for_toplevel_wifi_wpa_psk.json
new file mode 100644
index 0000000000000000000000000000000000000000..c3b210136cdd29444e387ad26e08c1dfb6435f17
--- /dev/null
+++ b/chrome/test/data/chromeos/net/shill_for_toplevel_wifi_wpa_psk.json
@@ -0,0 +1,14 @@
+{
+ "{64c4f86b-cf6a-4e4a-8eff-456def}": {
+ "AutoConnect": true,
+ "GUID": "{64c4f86b-cf6a-4e4a-8eff-456def}",
+ "Passphrase": "some passphrase",
+ "Profile": "user",
+ "ProxyConfig": "{\"mode\":\"fixed_servers\",\"server\":\"ftp=192.168.2.1:8889;http=192.168.2.1:8889;socks=socks4://192.168.2.1:8889;https=192.168.2.1:8889\"}",
+ "SSID": "OpenWrt",
+ "Security": "psk",
+ "Type": "wifi",
+ "UIData": "{\"onc_source\":\"user_policy\"}",
+ "WiFi.HiddenSSID": false
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698