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

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

Issue 1019033002: Add an ONC property for the third-party VPN provider extension ID (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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/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",
+ }
+ }
+}

Powered by Google App Engine
This is Rietveld 408576698