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

Unified Diff: chrome/test/data/chromeos/network_settings/user.onc

Issue 11299236: This moves the ONC parsing code into chromeos/network/onc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix unit tests Created 8 years 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/network_settings/user.onc
diff --git a/chrome/test/data/chromeos/network_settings/user.onc b/chrome/test/data/chromeos/network_settings/user.onc
deleted file mode 100644
index bd97bb3fc77efbbc0e73ac904b68c65c2145ae38..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/network_settings/user.onc
+++ /dev/null
@@ -1,21 +0,0 @@
-{ "Type": "Ethernet",
- "Name": "testopenvpn",
- "VPN": {
- "Host": "users host",
- "Type": "OpenVPN",
- "OpenVPN": {
- "Port": 1195,
- "Password": "users password"
- }
- },
- "ProxySettings": {
- "Type": "Direct"
- },
- "IPConfigs": [
- { "Type": "IPv4",
- "IPAddress": "127.0.0.1",
- "SearchDomains": [ "acme.org" ] },
- { "Type": "IPv4",
- "IPAddress": "1.2.3.4" }
- ]
-}
« no previous file with comments | « chrome/test/data/chromeos/network_settings/shill_openvpn.json ('k') | chrome/test/data/chromeos/network_settings/valid.onc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698