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

Unified Diff: chromeos/test/data/network/wifi_dhcp.onc

Issue 749013003: ONC: Add IPAddressConfigType and NameServersConfigType (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alywas use empty dictionary to clear StaticIPConfig properties Created 5 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
« no previous file with comments | « chromeos/test/data/network/user.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/wifi_dhcp.onc
diff --git a/chromeos/test/data/network/wifi_dhcp.onc b/chromeos/test/data/network/wifi_dhcp.onc
new file mode 100644
index 0000000000000000000000000000000000000000..12ae00e3f7ec3e59b0cbf83062998fbc9ead67ce
--- /dev/null
+++ b/chromeos/test/data/network/wifi_dhcp.onc
@@ -0,0 +1,12 @@
+{
+ "GUID": "{b3e26c32-4289-41ea-b2a4-d0554acb1f67}",
+ "IPAddressConfigType": "DHCP",
+ "Name": "Wifi With DHCP",
+ "Type": "WiFi",
+ "WiFi": {
+ "AutoConnect": true,
+ "Passphrase": "some passphrase",
+ "SSID": "WifiWithDHCP",
+ "Security": "WPA-PSK"
+ }
+}
« no previous file with comments | « chromeos/test/data/network/user.onc ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698