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

Unified Diff: remoting/webapp/host_installer.js

Issue 615803002: Fix typo in host_installer.js (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 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/host_installer.js
diff --git a/remoting/webapp/host_installer.js b/remoting/webapp/host_installer.js
index 6983a5679176446cd4e636795bd2c3c9fb621c90..ffe509697be3dd1cba6978c9340859738e8c9399 100644
--- a/remoting/webapp/host_installer.js
+++ b/remoting/webapp/host_installer.js
@@ -128,7 +128,7 @@ remoting.HostInstaller.prototype.downloadAndWaitForInstall = function() {
return Promise.resolve(true);
}
- if (that.downloadAndWaitForInstallPromise_ !== null) {
+ if (that.downloadAndWaitForInstallPromise_ == null) {
Jamie 2014/09/30 17:05:47 ===, for consistency with what was there previousl
Sergey Ulanov 2014/09/30 17:57:31 Done.
that.downloadAndWaitForInstallPromise_ = new Promise(
/** @param {Function} resolve */
function(resolve){
« 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