| 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 5493207b36a710763a5f7361b60c43225e80d7e2..68daeb4d7883b7fa39efc0f31b7f366c963a7b0b 100644
|
| --- a/chrome/test/data/extensions/api_test/proxy/individual/test.js
|
| +++ b/chrome/test/data/extensions/api_test/proxy/individual/test.js
|
| @@ -66,19 +66,19 @@ chrome.test.runTests([
|
| chrome.test.succeed();
|
| },
|
| function setIndividualProxies() {
|
| - chrome.experimental.proxy.settings.set(
|
| + chrome.proxy.settings.set(
|
| {'value': config},
|
| chrome.test.callbackPass());
|
| },
|
| function verifyRegular() {
|
| - chrome.experimental.proxy.settings.getEffective(
|
| + chrome.proxy.settings.getEffective(
|
| {'incognito': false},
|
| expect({ 'value': configExpected,
|
| 'levelOfControl': "ControlledByThisExtension" },
|
| "invalid proxy settings"));
|
| },
|
| function verifyIncognito() {
|
| - chrome.experimental.proxy.settings.getEffective(
|
| + chrome.proxy.settings.getEffective(
|
| {'incognito': true},
|
| expect({ 'value': configExpected,
|
| 'incognitoSpecific': false,
|
|
|