Chromium Code Reviews| Index: chromeos/test/data/network/third_party_vpn.onc |
| diff --git a/chromeos/test/data/network/third_party_vpn.onc b/chromeos/test/data/network/third_party_vpn.onc |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..e06217803ad3626966e8747e644e6f64609dc57a |
| --- /dev/null |
| +++ b/chromeos/test/data/network/third_party_vpn.onc |
| @@ -0,0 +1,11 @@ |
| +{ |
| + "GUID": "guid", |
| + "Name": "third-party VPN", |
| + "Type": "VPN", |
| + "VPN": { |
| + "Type": "ThirdPartyVPN", |
| + "ThirdPartyVPN": { |
| + "ExtensionID": "deadbeefdeadbeefdeadbeefdeadbeef", |
| + } |
| + } |
| +} |