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

Unified Diff: chrome/test/data/webui/media_router/media_router_elements_browsertest.js

Issue 2725503002: [Media Router] Custom Controls 4 - Implement details view WebUI (Closed)
Patch Set: Address Derek's comments, don't load extensionview unnecessarily Created 3 years, 7 months 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/media_router/media_router_elements_browsertest.js
diff --git a/chrome/test/data/webui/media_router/media_router_elements_browsertest.js b/chrome/test/data/webui/media_router/media_router_elements_browsertest.js
index 6be1d6ee431cabf5a898ece3a8d385c64dcbf466..84478b851ebe8d7973215ed501afda57573c3831 100644
--- a/chrome/test/data/webui/media_router/media_router_elements_browsertest.js
+++ b/chrome/test/data/webui/media_router/media_router_elements_browsertest.js
@@ -48,6 +48,7 @@ MediaRouterElementsBrowserTest.prototype = {
'media_router_container_test_base.js',
'media_router_header_tests.js',
'media_router_search_highlighter_tests.js',
+ 'route_controls_tests.js',
'route_details_tests.js',
]),
@@ -134,6 +135,12 @@ TEST_F('MediaRouterElementsBrowserTest',
mocha.run();
});
+TEST_F(
+ 'MediaRouterElementsBrowserTest', 'MediaRouterRouteControls', function() {
+ route_controls.registerTests();
+ mocha.run();
+});
+
TEST_F('MediaRouterElementsBrowserTest', 'MediaRouterRouteDetails', function() {
route_details.registerTests();
mocha.run();

Powered by Google App Engine
This is Rietveld 408576698