| Index: chrome/test/data/extensions/api_test/proxy/auto/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/proxy/auto/test.js b/chrome/test/data/extensions/api_test/proxy/auto/test.js
|
| index 6e2687df336eff744059036b8d36cea269dc355e..eb56d66184f8c2d26c47b4ea7227a165d972c1ca 100644
|
| --- a/chrome/test/data/extensions/api_test/proxy/auto/test.js
|
| +++ b/chrome/test/data/extensions/api_test/proxy/auto/test.js
|
| @@ -7,12 +7,8 @@
|
|
|
| chrome.test.runTests([
|
| function setAutoSettings() {
|
| - var pacScriptObject = {
|
| - url: "http://wpad/windows.pac"
|
| - };
|
| var config = {
|
| - autoDetect: true,
|
| - pacScript: pacScriptObject
|
| + mode: "auto_detect",
|
| };
|
| chrome.experimental.proxy.useCustomProxySettings(config);
|
| chrome.test.succeed();
|
|
|