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

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

Issue 7065009: Removed loginChallengeCalback for Me2Mom. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/me2mom/remoting_session.js
diff --git a/remoting/webapp/me2mom/remoting_session.js b/remoting/webapp/me2mom/remoting_session.js
index cb6c86617cb8a2a57998efccd31766caf64b108c..3e9c34bc160cc0303c09c501ccd41f16cc96649e 100644
--- a/remoting/webapp/me2mom/remoting_session.js
+++ b/remoting/webapp/me2mom/remoting_session.js
@@ -113,7 +113,6 @@ function init() {
plugin.connectionInfoUpdate = connectionInfoUpdateCallback;
plugin.debugInfo = debugInfoCallback;
plugin.desktopSizeUpdate = desktopSizeChanged;
- plugin.loginChallenge = loginChallengeCallback;
Wez 2011/05/23 21:14:54 The code path that makes the loginChallenge callba
Jamie 2011/05/23 22:24:58 Done.
addToDebugLog('Connect as user ' + remoting.username);
@@ -153,15 +152,6 @@ function toggleScaleToFit() {
}
/**
- * This is the callback method that the plugin calls to request username and
- * password for logging into the remote host. For Me2Mom we are pre-authorized
- * so this should never be called.
- */
-function loginChallengeCallback() {
- console.log("loginChallengeCallback called unexpectedly!");
Wez 2011/05/23 21:14:54 Just take out the console.log() for now?
Jamie 2011/05/23 22:24:58 Done.
-}
-
-/**
* This is a callback that gets called when the desktop size contained in the
* the plugin has changed.
*/
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698