| Index: chrome/test/data/extensions/api_test/proxy/individual_incognito_also/test.js
|
| diff --git a/chrome/test/data/extensions/api_test/proxy/individual_incognito_also/test.js b/chrome/test/data/extensions/api_test/proxy/individual_incognito_also/test.js
|
| index d278bbd0af3e5864ab6f5ccebbb21f7256c8ff38..30478f85156e8ba7b31a2529eea5b1ee4f892650 100644
|
| --- a/chrome/test/data/extensions/api_test/proxy/individual_incognito_also/test.js
|
| +++ b/chrome/test/data/extensions/api_test/proxy/individual_incognito_also/test.js
|
| @@ -39,7 +39,7 @@ chrome.test.runTests([
|
|
|
| var config = { rules: rules, mode: "fixed_servers" };
|
| chrome.proxy.settings.set(
|
| - {'value': config, 'incognito': false},
|
| + {'value': config, 'scope': 'regular'},
|
| chrome.test.callbackPass());
|
| },
|
| function setIndividualProxiesIncognito() {
|
| @@ -69,7 +69,7 @@ chrome.test.runTests([
|
|
|
| var config = { rules: rules, mode: "fixed_servers" };
|
| chrome.proxy.settings.set(
|
| - {'value': config, 'incognito': true},
|
| + {'value': config, 'scope': 'incognito_persistent'},
|
| chrome.test.callbackPass());
|
| }
|
| ]);
|
|
|