| Index: remoting/webapp/me2mom/client_session.js
|
| diff --git a/remoting/webapp/me2mom/client_session.js b/remoting/webapp/me2mom/client_session.js
|
| index 1e8bfe1181dc6959cef266e4fbf2b8091d774f82..61f907f3b87f36bd341b4444fdc3a955bb89aac5 100644
|
| --- a/remoting/webapp/me2mom/client_session.js
|
| +++ b/remoting/webapp/me2mom/client_session.js
|
| @@ -164,9 +164,6 @@ remoting.ClientSession.prototype.createPluginAndConnect =
|
| };
|
| this.plugin.desktopSizeUpdate = function() { that.onDesktopSizeChanged_(); };
|
|
|
| - // For IT2Me, we are pre-authorized so there is no login challenge.
|
| - this.plugin.loginChallenge = function() {};
|
| -
|
| // TODO(garykac): Clean exit if |connect| isn't a function.
|
| if (typeof this.plugin.connect === 'function') {
|
| this.connectPluginToWcs_(oauth2AccessToken);
|
|
|