Index: remoting/webapp/crd/js/fallback_signal_strategy.js |
diff --git a/remoting/webapp/crd/js/fallback_signal_strategy.js b/remoting/webapp/crd/js/fallback_signal_strategy.js |
index 030bfb42729197a4e735299d489d7490f788ff38..1f143182c486d2530d053f4db39aa1a6a2944789 100644 |
--- a/remoting/webapp/crd/js/fallback_signal_strategy.js |
+++ b/remoting/webapp/crd/js/fallback_signal_strategy.js |
@@ -211,8 +211,7 @@ remoting.FallbackSignalStrategy.prototype.sendConnectionSetupResultsInternal_ = |
for (var i = 0; i < this.connectionSetupResults_.length; ++i) { |
var result = this.connectionSetupResults_[i]; |
this.logToServer_.logSignalStrategyProgress(result.strategyType, |
- result.progress, |
- result.elapsed); |
+ result.progress); |
} |
this.connectionSetupResults_ = []; |
}; |