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

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

Issue 540333002: ONC: Fix Static-/Saved-/IPConfig. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed another unit test. Created 6 years, 3 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/user.onc
diff --git a/chromeos/test/data/network/user.onc b/chromeos/test/data/network/user.onc
index bd97bb3fc77efbbc0e73ac904b68c65c2145ae38..d95bc76cb76534d3a6526cc2e416e099890e3875 100644
--- a/chromeos/test/data/network/user.onc
+++ b/chromeos/test/data/network/user.onc
@@ -11,11 +11,9 @@
"ProxySettings": {
"Type": "Direct"
},
- "IPConfigs": [
- { "Type": "IPv4",
- "IPAddress": "127.0.0.1",
- "SearchDomains": [ "acme.org" ] },
- { "Type": "IPv4",
- "IPAddress": "1.2.3.4" }
- ]
+ "StaticIPConfig": {
+ "Type": "IPv4",
+ "IPAddress": "1.2.3.4",
+ "SearchDomains": [ "acme.org" ]
+ }
}

Powered by Google App Engine
This is Rietveld 408576698