| Index: chrome/browser/ui/webui/options/profile_settings_reset_browsertest.js
|
| diff --git a/chrome/browser/ui/webui/options/password_manager_browsertest.js b/chrome/browser/ui/webui/options/profile_settings_reset_browsertest.js
|
| similarity index 54%
|
| copy from chrome/browser/ui/webui/options/password_manager_browsertest.js
|
| copy to chrome/browser/ui/webui/options/profile_settings_reset_browsertest.js
|
| index 20d3b67ad042b1f44e5eed967398880db66c8473..6c9392ab732df260f4d3ace77e3ae256f3c6274c 100644
|
| --- a/chrome/browser/ui/webui/options/password_manager_browsertest.js
|
| +++ b/chrome/browser/ui/webui/options/profile_settings_reset_browsertest.js
|
| @@ -3,23 +3,23 @@
|
| // found in the LICENSE file.
|
|
|
| /**
|
| - * TestFixture for password manager WebUI testing.
|
| + * TestFixture for profile settings reset WebUI testing.
|
| * @extends {testing.Test}
|
| * @constructor
|
| **/
|
| -function PasswordManagerWebUITest() {}
|
| +function ProfileSettingsResetWebUITest() {}
|
|
|
| -PasswordManagerWebUITest.prototype = {
|
| +ProfileSettingsResetWebUITest.prototype = {
|
| __proto__: testing.Test.prototype,
|
|
|
| /**
|
| * Browse to the password manager.
|
| **/
|
| - browsePreload: 'chrome://settings-frame/passwords',
|
| + browsePreload: 'chrome://settings-frame/resetProfileSettings',
|
| };
|
|
|
| -// Test opening the password manager has correct location.
|
| -TEST_F('PasswordManagerWebUITest', 'testOpenPasswordManager',
|
| +// Test opening the profile settings reset has correct location.
|
| +TEST_F('ProfileSettingsResetWebUITest', 'testOpenProfileSettingsReset',
|
| function() {
|
| assertEquals(this.browsePreload, document.location.href);
|
| });
|
|
|