Bug 973707 - Remove unused support for sending extra data when starting a casting app r=wesj

This commit is contained in:
Mark Finkle 2014-02-19 15:36:26 -05:00
parent d78055d2e9
commit b155fee5b9

View File

@ -195,7 +195,7 @@ var CastingApps = {
}
app.stop(function() {
app.start("", function() {
app.start(function() {
app.remoteMedia(function(aRemoteMedia) {
this.session = {
service: aService,