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

Unified Diff: remoting/webapp/background/app_launcher.js

Issue 468693002: Hangouts remote desktop part III - It2MeService (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix UT failure Created 6 years, 4 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 | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/background/background.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/background/app_launcher.js
diff --git a/remoting/webapp/background/app_launcher.js b/remoting/webapp/background/app_launcher.js
index d1fc57c0318d7dd05c7a427b94415f1f2094b8ab..b506a6cbbe4fd4a72c7eb97381ef35f495709f83 100644
--- a/remoting/webapp/background/app_launcher.js
+++ b/remoting/webapp/background/app_launcher.js
@@ -61,7 +61,7 @@ remoting.V1AppLauncher.prototype.launch = function(opt_launchArgs) {
if (!tab) {
reject(new Error(chrome.runtime.lastError.message));
} else {
- resolve(tab.id);
+ resolve(String(tab.id));
}
});
});
« no previous file with comments | « remoting/remoting_webapp_files.gypi ('k') | remoting/webapp/background/background.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698