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

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: Incorporated comments from wez@. 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..11a2201caf51420d95035921a970e1999d3b7c3f 100644
--- a/remoting/webapp/me2mom/remoting_session.js
+++ b/remoting/webapp/me2mom/remoting_session.js
@@ -155,10 +155,9 @@ 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.
+ * so this is a no-op.
*/
function loginChallengeCallback() {
- console.log("loginChallengeCallback called unexpectedly!");
}
/**
« 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