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

Unified Diff: remoting/webapp/hangout_session.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/hangout_session.js
diff --git a/remoting/webapp/hangout_session.js b/remoting/webapp/hangout_session.js
index 7f11ee308ed62539e48c9db0eec58c7858baf9a8..58c1804dad02325cca16e2acfa233436ad38295a 100644
--- a/remoting/webapp/hangout_session.js
+++ b/remoting/webapp/hangout_session.js
@@ -21,7 +21,7 @@ var remoting = remoting || {};
remoting.HangoutSession = function() {
/**
* @private
- * @type {chrome.extension.Port}
+ * @type {chrome.runtime.Port}
*/
this.port_ = null;
};

Powered by Google App Engine
This is Rietveld 408576698