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

Unified Diff: chrome/test/data/chromeos/network_settings/shill_l2tpipsec.json

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/shill_l2tpipsec.json
diff --git a/chrome/test/data/chromeos/network_settings/shill_l2tpipsec.json b/chrome/test/data/chromeos/network_settings/shill_l2tpipsec.json
deleted file mode 100644
index f529a9771a5726671ea92a0e58ed028ca4efbb3d..0000000000000000000000000000000000000000
--- a/chrome/test/data/chromeos/network_settings/shill_l2tpipsec.json
+++ /dev/null
@@ -1,10 +0,0 @@
-{ "GUID": "guid",
- "Type": "vpn",
- "Name": "MyL2TPVPN",
- "Provider.Host": "some.host.org",
- "Provider.Type": "l2tpipsec",
- "L2TPIPsec.PSK": "some_preshared_key",
- "L2TPIPsec.User": "some username",
- "L2TPIPsec.Password": "some password",
- "SaveCredentials": true
-}

Powered by Google App Engine
This is Rietveld 408576698