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

Unified Diff: chrome/test/data/chromeos/network_settings/policy.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/policy.onc
diff --git a/chrome/test/data/chromeos/network_settings/policy.onc b/chrome/test/data/chromeos/network_settings/policy.onc
deleted file mode 100644
index 4c52e97fc3c7c50a78f9afa8d0c503aa42a1725d..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/network_settings/policy.onc
+++ /dev/null
@@ -1,29 +0,0 @@
-{ "GUID": "123",
- "Type": "VPN",
- "Name": "testopenvpn",
- "IPConfigs": [
- { "Type": "IPv4",
- "IPAddress": "127.0.0.1",
- "RoutingPrefix": 32 }
- ],
- "VPN": {
- "Host": "policys host",
- "Recommended": ["Host"],
- "Type": "OpenVPN",
- "OpenVPN": {
- "Port": 1194,
- "Username": "policy user",
- "Recommended": [ "Username", "Password" ],
- "ClientCertType": "Pattern",
- "ClientCertPattern": {
- "IssuerCARef": [ "openvpn-test-ca" ],
- "Recommended": [ "EnrollmentURI", "IssuerCARef" ]
- }
- },
- "IPsec": {
- "AuthenticationType": "PSK",
- "PSK": "sharedkey",
- "IKEVersion": 1
- }
- }
-}

Powered by Google App Engine
This is Rietveld 408576698