| Index: chrome/test/data/webui/settings/cr_settings_browsertest.js
|
| diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
|
| index b803de8c1f99b2ea2cd36637d299a03670e74e4b..dab9a1cdc8ecd4e77d2ecab6fe5cef08c5222d19 100644
|
| --- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
|
| +++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
|
| @@ -971,24 +971,6 @@ TEST_F('CrSettingsMetricsReportingTest', 'All', function() {
|
| });
|
|
|
| GEN('#endif');
|
| -
|
| -function CrSettingsActionMenuTest() {}
|
| -
|
| -CrSettingsActionMenuTest.prototype = {
|
| - __proto__: CrSettingsBrowserTest.prototype,
|
| -
|
| - /** @override */
|
| - browsePreload: 'chrome://md-settings/settings_action_menu.html',
|
| -
|
| - extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([
|
| - 'settings_action_menu_test.js',
|
| - ]),
|
| -};
|
| -
|
| -TEST_F('CrSettingsActionMenuTest', 'All', function() {
|
| - mocha.run();
|
| -});
|
| -
|
| GEN('#if defined(OS_CHROMEOS)');
|
|
|
| /**
|
|
|