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

Side by Side Diff: chromeos/test/data/network/proxy_config_from_onc.json

Issue 2619803003: Revert of ONC: Fix handling of invalid proxy scheme. (Closed)
Patch Set: 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 unified diff | Download patch
« no previous file with comments | « chromeos/network/onc/onc_utils_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 [
2 { "ONC_ProxySettings": {
3 "Type": "PAC",
4 "PAC": "proxycfg.my.domain.com"
5 },
6 "ProxyConfig": {
7 "mode":"pac_script",
8 "pac_mandatory":false,
9 "pac_url":"http://proxycfg.my.domain.com/"
10 }
11 },
12 { "ONC_ProxySettings": {
13 "Type": "PAC",
14 "PAC": "proxycfg.my.domain.com/proxy.dat"
15 },
16 "ProxyConfig": {
17 "mode":"pac_script",
18 "pac_mandatory":false,
19 "pac_url":"http://proxycfg.my.domain.com/proxy.dat"
20 }
21 },
22 ]
OLDNEW
« 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