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

Unified Diff: remoting/webapp/js_proto/chrome_proto.js

Issue 439923002: Hangout remote desktop part I - It2Me mode (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
« no previous file with comments | « remoting/webapp/html/template_main.html ('k') | remoting/webapp/main.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/js_proto/chrome_proto.js
diff --git a/remoting/webapp/js_proto/chrome_proto.js b/remoting/webapp/js_proto/chrome_proto.js
index 3c1a7bbb99f90cbc31b6dc16eb73aa61e90d6717..f7b9a6f738590dbbfe5856bb1445b5b87f9c95b2 100644
--- a/remoting/webapp/js_proto/chrome_proto.js
+++ b/remoting/webapp/js_proto/chrome_proto.js
@@ -52,6 +52,12 @@ chrome.runtime = {
chrome.runtime.connectNative = function(name) {};
/**
+ * @param {{name:string}} connectInfo
+ * @return {chrome.extension.Port}
+ */
+chrome.runtime.connect = function(connectInfo) {};
+
+/**
* @param {string} extensionId
* @param {*} message
* @param {Object=} opt_options
« no previous file with comments | « remoting/webapp/html/template_main.html ('k') | remoting/webapp/main.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698