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

Unified Diff: remoting/webapp/crd/js/mock_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/mock_signal_strategy.js
diff --git a/remoting/webapp/crd/js/mock_signal_strategy.js b/remoting/webapp/crd/js/mock_signal_strategy.js
index 8fee7ad8deed4503d1784766501df7ccf08318a0..5a36a541aa9aef08371da47aa4942031313df4f2 100644
--- a/remoting/webapp/crd/js/mock_signal_strategy.js
+++ b/remoting/webapp/crd/js/mock_signal_strategy.js
@@ -45,10 +45,6 @@ remoting.MockSignalStrategy.prototype.connect = function() {
remoting.MockSignalStrategy.prototype.sendMessage = function() {
};
-/** @override */
-remoting.MockSignalStrategy.prototype.sendConnectionSetupResults = function() {
-};
-
/**
* @param {function(remoting.SignalStrategy.State):void} onStateChangedCallback
* Callback to call on state change.

Powered by Google App Engine
This is Rietveld 408576698