Index: chrome/test/media_router/resources/common.js |
diff --git a/chrome/test/media_router/resources/common.js b/chrome/test/media_router/resources/common.js |
index be92b2f2ff13f1d1c853d254d2b089dbd3d845e6..07d13d5ca74fa101e836ea302360877cf34973d1 100644 |
--- a/chrome/test/media_router/resources/common.js |
+++ b/chrome/test/media_router/resources/common.js |
@@ -18,7 +18,7 @@ if (window.location.href.indexOf('__is_android__=true') >= 0) { |
} else { |
presentationUrl = "http://www.google.com/#__testprovider__=true"; |
} |
-var startSessionRequest = new PresentationRequest(presentationUrl); |
+var startSessionRequest = new PresentationRequest([presentationUrl]); |
var defaultRequestSessionId = null; |
var lastExecutionResult = null; |
var useDomAutomationController = !!window.domAutomationController; |