| 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
|
|
|