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

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: Fixed browser tests. 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
« no previous file with comments | « chromeos/test/data/network/shill_third_party_vpn.json ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
+ }
+ }
+}
« no previous file with comments | « chromeos/test/data/network/shill_third_party_vpn.json ('k') | components/onc/docs/onc_spec.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698