Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2461)

Unified Diff: chrome/test/data/webui/settings/cr_settings_browsertest.js

Issue 2500513003: Make setting's protocol handler use cr-action-menu instead of paper-item. (Closed)
Patch Set: fix return type of boolean function Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 a53837d14d4c952802f7c5d567136fd23b1a42cd..54b5669ae109e6987f9a4190a096dc7bac462969 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -632,7 +632,8 @@ CrSettingsSiteSettingsTest.prototype = {
'test_browser_proxy.js',
'test_site_settings_prefs_browser_proxy.js',
'zoom_levels_tests.js',
- 'usb_devices_tests.js'
+ 'usb_devices_tests.js',
+ 'protocol_handlers_tests.js'
]),
};
@@ -643,6 +644,7 @@ TEST_F('CrSettingsSiteSettingsTest', 'SiteSettings', function() {
site_settings_category.registerTests();
zoom_levels.registerTests();
usb_devices.registerTests();
+ protocol_handlers.registerTests();
mocha.run();
});

Powered by Google App Engine
This is Rietveld 408576698