| 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 dade2a527247950a8ed35f239dcb507539013f32..40013132d074ddcaf94ea160f9ac7a9ec029c0a8 100644
|
| --- a/chrome/test/data/extensions/api_test/proxy/individual/test.js
|
| +++ b/chrome/test/data/extensions/api_test/proxy/individual/test.js
|
| @@ -74,7 +74,7 @@ chrome.test.runTests([
|
| chrome.proxy.settings.get(
|
| {'incognito': false},
|
| expect({ 'value': configExpected,
|
| - 'levelOfControl': "ControlledByThisExtension" },
|
| + 'levelOfControl': "controlled_by_this_extension" },
|
| "invalid proxy settings"));
|
| },
|
| function verifyIncognito() {
|
| @@ -82,7 +82,7 @@ chrome.test.runTests([
|
| {'incognito': true},
|
| expect({ 'value': configExpected,
|
| 'incognitoSpecific': false,
|
| - 'levelOfControl': "ControlledByThisExtension" },
|
| + 'levelOfControl': "controlled_by_this_extension" },
|
| "invalid proxy settings"));
|
| }
|
| ]);
|
|
|