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

Unified Diff: remoting/webapp/base/js/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/base/js/signal_strategy.js
diff --git a/remoting/webapp/base/js/signal_strategy.js b/remoting/webapp/base/js/signal_strategy.js
index f33393cdc0234a3c32ad4b4a456e57d7de08ae32..beaa6353921de0515eafcf08fe4228d751825445 100644
--- a/remoting/webapp/base/js/signal_strategy.js
+++ b/remoting/webapp/base/js/signal_strategy.js
@@ -76,16 +76,6 @@ remoting.SignalStrategy.prototype.connect =
*/
remoting.SignalStrategy.prototype.sendMessage = function(message) {};
-/**
- * Send any messages accumulated during connection set-up.
- *
- * @param {remoting.Logger} logger The logger instance for the
- * connection.
- */
-remoting.SignalStrategy.prototype.sendConnectionSetupResults =
- function(logger) {
-};
-
/** @return {remoting.SignalStrategy.State} Current state */
remoting.SignalStrategy.prototype.getState = function() {};

Powered by Google App Engine
This is Rietveld 408576698