| Index: chrome/test/data/extensions/api_test/proxy/individual/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/proxy/individual/test.js b/chrome/test/data/extensions/api_test/proxy/individual/test.js
|
| index 40013132d074ddcaf94ea160f9ac7a9ec029c0a8..d2d39aa4cd796908ad8367f2ca8eb2669c4ee67c 100644
|
| --- a/chrome/test/data/extensions/api_test/proxy/individual/test.js
|
| +++ b/chrome/test/data/extensions/api_test/proxy/individual/test.js
|
| @@ -12,12 +12,13 @@ function expect(expected, message) {
|
| }
|
|
|
| var httpProxy = {
|
| + scheme: "quic",
|
| host: "1.1.1.1"
|
| };
|
| var httpProxyExpected = {
|
| - scheme: "http",
|
| + scheme: "quic",
|
| host: "1.1.1.1",
|
| - port: 80
|
| + port: 443
|
| };
|
| var httpsProxy = {
|
| host: "2.2.2.2"
|
|
|