diff options
Diffstat (limited to 'remoting/webapp/js_proto/chrome_proto.js')
-rw-r--r-- | remoting/webapp/js_proto/chrome_proto.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/remoting/webapp/js_proto/chrome_proto.js b/remoting/webapp/js_proto/chrome_proto.js index 455af5e..107cf54 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, |