| 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 455af5e08ff3c8328801150d6a82bc9baafd28b7..107cf54e403159dba77f87c254a648e9189f7f51 100644
|
| --- a/remoting/webapp/js_proto/chrome_proto.js
|
| +++ b/remoting/webapp/js_proto/chrome_proto.js
|
| @@ -60,6 +60,8 @@ chrome.runtime = {
|
| /** @type {chrome.Event} */
|
| onSuspend: null,
|
| /** @type {chrome.Event} */
|
| + onSuspendCanceled: null,
|
| + /** @type {chrome.Event} */
|
| onConnect: null,
|
| /** @type {chrome.Event} */
|
| onConnectExternal: null,
|
|
|