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

Unified Diff: remoting/webapp/base/js/application.js

Issue 1097133002: [Webapp Refactor] Remove remoting.SessionConnector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix merge conflicts Created 5 years, 8 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/application.js
diff --git a/remoting/webapp/base/js/application.js b/remoting/webapp/base/js/application.js
index 63cafa01309d4c55ac85792995231c8202d44e89..48a4f61b47190ee0ac9fefa34cc895a908a97b85 100644
--- a/remoting/webapp/base/js/application.js
+++ b/remoting/webapp/base/js/application.js
@@ -25,8 +25,6 @@ remoting.testEvents;
remoting.Application = function() {
// Create global factories.
remoting.ClientPlugin.factory = new remoting.DefaultClientPluginFactory();
- remoting.SessionConnector.factory =
- new remoting.DefaultSessionConnectorFactory();
/** @protected {remoting.Application.Mode} */
this.connectionMode_ = remoting.Application.Mode.ME2ME;
« no previous file with comments | « remoting/webapp/app_remoting/js/app_remoting_activity.js ('k') | remoting/webapp/base/js/protocol_extension.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698