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

Unified Diff: remoting/webapp/base/js/client_session.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/client_session.js
diff --git a/remoting/webapp/base/js/client_session.js b/remoting/webapp/base/js/client_session.js
index c8449c744c55ccb848de4fa66842052546c3b6eb..c1c10fa774bc04ebdfa84737f46013b60629b4d4 100644
--- a/remoting/webapp/base/js/client_session.js
+++ b/remoting/webapp/base/js/client_session.js
@@ -386,7 +386,6 @@ remoting.ClientSession.prototype.createLogger_ = function(
remoting.ChromotingEvent.Role.CLIENT,
remoting.TelemetryEventWriter.Client.write
);
- signalStrategy.sendConnectionSetupResults(logger);
return logger;
} else {
return new remoting.LogToServer(signalStrategy);
« no previous file with comments | « no previous file | remoting/webapp/base/js/dns_blackhole_checker.js » ('j') | remoting/webapp/base/js/fallback_signal_strategy.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698