Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(155)

Unified Diff: remoting/webapp/crd/js/buffered_signal_strategy.js

Issue 1285213006: Send connection setup results using XHRs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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
*/

Powered by Google App Engine
This is Rietveld 408576698