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

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

Issue 2619363004: RELAND: ONC: Fix handling of invalid proxy scheme. (Closed)
Patch Set: Fix test Created 3 years, 11 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/network/onc/onc_utils_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/test/data/network/proxy_config_from_onc.json
diff --git a/chromeos/test/data/network/proxy_config_from_onc.json b/chromeos/test/data/network/proxy_config_from_onc.json
new file mode 100644
index 0000000000000000000000000000000000000000..a798702cc2071e6bd1e62aaddba62113cddf840d
--- /dev/null
+++ b/chromeos/test/data/network/proxy_config_from_onc.json
@@ -0,0 +1,22 @@
+[
+ { "ONC_ProxySettings": {
+ "Type": "PAC",
+ "PAC": "proxycfg.my.domain.com"
+ },
+ "ProxyConfig": {
+ "mode":"pac_script",
+ "pac_mandatory":false,
+ "pac_url":"http://proxycfg.my.domain.com/"
+ }
+ },
+ { "ONC_ProxySettings": {
+ "Type": "PAC",
+ "PAC": "proxycfg.my.domain.com/proxy.dat"
+ },
+ "ProxyConfig": {
+ "mode":"pac_script",
+ "pac_mandatory":false,
+ "pac_url":"http://proxycfg.my.domain.com/proxy.dat"
+ }
+ },
+]
« no previous file with comments | « chromeos/network/onc/onc_utils_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698