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

Unified Diff: remoting/webapp/me2mom/client_session.js

Issue 8351084: Remove old Authentication code that we don't use or need. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 9 years, 1 month 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
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « remoting/protocol/protocol_mock_objects.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698