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

Unified Diff: remoting/webapp/crd/js/it2me_helpee_channel.js

Issue 874683002: Fix host installation on i686 Linux. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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/crd/js/it2me_helpee_channel.js
diff --git a/remoting/webapp/crd/js/it2me_helpee_channel.js b/remoting/webapp/crd/js/it2me_helpee_channel.js
index eedb663c5255541720e50c82c21fc68a8e78652b..e4060acc92a8aa54600a2f992ec40096175b9d2e 100644
--- a/remoting/webapp/crd/js/it2me_helpee_channel.js
+++ b/remoting/webapp/crd/js/it2me_helpee_channel.js
@@ -214,7 +214,7 @@ remoting.It2MeHelpeeChannel.prototype.handleIsHostInstalled_ =
});
}
- this.hostInstaller_.isInstalled().then(
+ remoting.HostInstaller.isInstalled().then(
sendResponse,
/** @type {function(*):void} */(this.sendErrorResponse_.bind(this, message))
);
« no previous file with comments | « remoting/webapp/crd/js/host_installer.js ('k') | remoting/webapp/unittests/it2me_helpee_channel_unittest.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698