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

Unified Diff: remoting/webapp/host_daemon_facade.js

Issue 450383003: Hangout remote desktop part II - background.html and AppLauncher (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address CR Feedbacks 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
Index: remoting/webapp/host_daemon_facade.js
diff --git a/remoting/webapp/host_daemon_facade.js b/remoting/webapp/host_daemon_facade.js
index 5b1567aaece2a4deb8b625df829a537c156b981b..abd9719a23a20eb5c298925c2ec6a9a3d0bdb1e2 100644
--- a/remoting/webapp/host_daemon_facade.js
+++ b/remoting/webapp/host_daemon_facade.js
@@ -28,7 +28,7 @@ remoting.HostDaemonFacade = function() {
*/
this.pendingReplies_ = {};
- /** @type {?chrome.extension.Port} @private */
+ /** @type {?chrome.runtime.Port} @private */
this.port_ = null;
/** @type {string} @private */

Powered by Google App Engine
This is Rietveld 408576698