| Index: chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js
|
| diff --git a/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js b/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js
|
| index b577cb65e98d35678ed59adfe0e513d0e92961ef..d56a2fc5ea75967155dcdc0f6d0cbac31a6cf5f8 100644
|
| --- a/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js
|
| +++ b/chrome/common/extensions/docs/examples/extensions/proxy_configuration/test/proxy_form_controller_test.js
|
| @@ -136,9 +136,8 @@ var proxyform = new Test.Unit.Runner({
|
| },
|
|
|
| // On instantiation, ProxyFormController should read the current state
|
| - // from `chrome.experimental.getCurrentProxySettings`, and react
|
| - // accordingly. Let's see if that happens with the next four sets of
|
| - // assertsions.
|
| + // from `chrome.experimental.proxy.get`, and react accordingly.
|
| + // Let's see if that happens with the next four sets of assertsions.
|
| testSetupFormSystem: function() {
|
| chrome.experimental.proxy.settings.get = mockFunctionFactory({
|
| value: {mode: 'system'},
|
|
|