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

Unified Diff: remoting/webapp/it2me_host_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: 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/it2me_host_facade.js
diff --git a/remoting/webapp/it2me_host_facade.js b/remoting/webapp/it2me_host_facade.js
index e83e22560e73e44df86205ebe9a6705f419fdf40..b8ce5d693884c6abacaf7a4edc7ecb498646d566 100644
--- a/remoting/webapp/it2me_host_facade.js
+++ b/remoting/webapp/it2me_host_facade.js
@@ -23,7 +23,7 @@ remoting.It2MeHostFacade = function() {
this.nextId_ = 0;
/**
- * @type {?chrome.extension.Port}
+ * @type {?chrome.runtime.Port}
* @private
*/
this.port_ = null;

Powered by Google App Engine
This is Rietveld 408576698