From b155fee5b96dc60d891d92645a6373f6b920be71 Mon Sep 17 00:00:00 2001 From: Mark Finkle Date: Wed, 19 Feb 2014 15:36:26 -0500 Subject: [PATCH] Bug 973707 - Remove unused support for sending extra data when starting a casting app r=wesj --- mobile/android/chrome/content/CastingApps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/android/chrome/content/CastingApps.js b/mobile/android/chrome/content/CastingApps.js index b583781cb4f3..a60a471ee38d 100644 --- a/mobile/android/chrome/content/CastingApps.js +++ b/mobile/android/chrome/content/CastingApps.js @@ -195,7 +195,7 @@ var CastingApps = { } app.stop(function() { - app.start("", function() { + app.start(function() { app.remoteMedia(function(aRemoteMedia) { this.session = { service: aService,