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

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

Issue 2480843003: change site-settings -> usb-device to use cr-action-menu instead of paper-menu (Closed)
Patch Set: add annotation to fix closure_compiler 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 d62c23f65e28cbddb1c090ac92559bccd0fb5d28..6434052fb80a2fef9c26200e0a749125e4189bcd 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -609,6 +609,7 @@ CrSettingsSiteSettingsTest.prototype = {
'test_browser_proxy.js',
'test_site_settings_prefs_browser_proxy.js',
'zoom_levels_tests.js',
+ 'usb_devices_tests.js'
]),
};
@@ -618,6 +619,7 @@ TEST_F('CrSettingsSiteSettingsTest', 'SiteSettings', function() {
site_list.registerTests();
site_settings_category.registerTests();
zoom_levels.registerTests();
+ usb_devices.registerTests();
mocha.run();
});

Powered by Google App Engine
This is Rietveld 408576698