| Index: remoting/webapp/crd/js/buffered_signal_strategy.js
|
| diff --git a/remoting/webapp/crd/js/buffered_signal_strategy.js b/remoting/webapp/crd/js/buffered_signal_strategy.js
|
| index 0401de0e01e09b7e6dfb397f967759c316d9b497..67ae2f9069c0dda81c61ab24660770363b86607e 100644
|
| --- a/remoting/webapp/crd/js/buffered_signal_strategy.js
|
| +++ b/remoting/webapp/crd/js/buffered_signal_strategy.js
|
| @@ -43,16 +43,6 @@ remoting.BufferedSignalStrategy.prototype.sendMessage = function(message) {
|
| };
|
|
|
| /**
|
| - * Send any messages accumulated during connection set-up.
|
| - *
|
| - * @param {remoting.Logger} logger The Logger instance for the connection.
|
| - */
|
| -remoting.BufferedSignalStrategy.prototype.sendConnectionSetupResults =
|
| - function(logger) {
|
| - this.underlying_.sendConnectionSetupResults(logger);
|
| -};
|
| -
|
| -/**
|
| * If the underlying implementation is connected, flush all pending messages.
|
| * @private
|
| */
|
|
|