| Index: chrome/test/data/webui/settings/test_lifetime_browser_proxy.js
|
| diff --git a/chrome/test/data/webui/settings/test_lifetime_browser_proxy.js b/chrome/test/data/webui/settings/test_lifetime_browser_proxy.js
|
| index 4aed7caff5f9e6bafa91147879c9c5afd143eff0..dac0dcc869121311a1dc5e4f3b9121821446534d 100644
|
| --- a/chrome/test/data/webui/settings/test_lifetime_browser_proxy.js
|
| +++ b/chrome/test/data/webui/settings/test_lifetime_browser_proxy.js
|
| @@ -13,7 +13,7 @@ cr.define('settings', function() {
|
| var TestLifetimeBrowserProxy = function() {
|
| var methodNames = ['restart', 'relaunch'];
|
| if (cr.isChromeOS)
|
| - methodNames.push('logOutAndRestart', 'factoryReset');
|
| + methodNames.push('signOutAndRestart', 'factoryReset');
|
|
|
| settings.TestBrowserProxy.call(this, methodNames);
|
| };
|
| @@ -34,8 +34,8 @@ cr.define('settings', function() {
|
|
|
| if (cr.isChromeOS) {
|
| /** @override */
|
| - TestLifetimeBrowserProxy.prototype.logOutAndRestart = function() {
|
| - this.methodCalled('logOutAndRestart');
|
| + TestLifetimeBrowserProxy.prototype.signOutAndRestart = function() {
|
| + this.methodCalled('signOutAndRestart');
|
| };
|
|
|
| /** @override */
|
|
|