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

Unified Diff: chromeos/test/data/network/shill_wifi_dhcp.json

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
Index: chromeos/test/data/network/shill_wifi_dhcp.json
diff --git a/chromeos/test/data/network/shill_wifi_dhcp.json b/chromeos/test/data/network/shill_wifi_dhcp.json
new file mode 100644
index 0000000000000000000000000000000000000000..ccbe7501c8a053f988997265a77083ddfb8fb8cf
--- /dev/null
+++ b/chromeos/test/data/network/shill_wifi_dhcp.json
@@ -0,0 +1,10 @@
+{
+ "AutoConnect": true,
+ "GUID": "{b3e26c32-4289-41ea-b2a4-d0554acb1f67}",
+ "Mode": "managed",
+ "StaticIPConfig": {},
+ "Passphrase": "some passphrase",
+ "Security": "psk",
+ "Type": "wifi",
+ "WiFi.HexSSID": "576966695769746844484350", // "WifiWithDHCP"
+}
« no previous file with comments | « chromeos/test/data/network/settings_with_normalization.json ('k') | chromeos/test/data/network/toplevel_wifi_open.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698