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

Unified Diff: chromeos/test/data/network/invalid_settings_with_repairs.json

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
Index: chromeos/test/data/network/invalid_settings_with_repairs.json
diff --git a/chromeos/test/data/network/invalid_settings_with_repairs.json b/chromeos/test/data/network/invalid_settings_with_repairs.json
index 67c375be8005bc04aa2817e2eebe45e8fccccac2..d9d4b6d11acce98fc654d874c985dea90925239a 100644
--- a/chromeos/test/data/network/invalid_settings_with_repairs.json
+++ b/chromeos/test/data/network/invalid_settings_with_repairs.json
@@ -396,6 +396,15 @@
}
}
},
+ "third-party-vpn-missing-extension-id": {
+ "GUID": "guid",
+ "Name": "third-party VPN",
+ "Type": "VPN",
+ "VPN": {
+ "Type": "ThirdPartyVPN",
+ "ThirdPartyVPN": { }
+ }
+ },
"toplevel-empty": {
"Type": "UnencryptedConfiguration",
"NetworkConfigurations": [ ]
« no previous file with comments | « chromeos/network/onc/onc_validator_unittest.cc ('k') | chromeos/test/data/network/shill_output_third_party_vpn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698