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 c7d983fdeffd5aef844f117ddb84c2ad70edfcc0..618771496b06d94aaf160bbb9ef8628827df2ca2 100644 |
--- a/remoting/webapp/js_proto/chrome_proto.js |
+++ b/remoting/webapp/js_proto/chrome_proto.js |
@@ -346,6 +346,8 @@ var AppWindow = function() { |
/** @type {Window} */ |
this.contentWindow = null; |
/** @type {chrome.Event} */ |
+ this.onClosed = null; |
+ /** @type {chrome.Event} */ |
this.onRestored = null; |
/** @type {chrome.Event} */ |
this.onMaximized = null; |
@@ -360,6 +362,7 @@ AppWindow.prototype.drawAttention = function() {}; |
AppWindow.prototype.maximize = function() {}; |
AppWindow.prototype.minimize = function() {}; |
AppWindow.prototype.restore = function() {}; |
+AppWindow.prototype.show = function() {}; |
AppWindow.prototype.fullscreen = function() {}; |
/** @return {boolean} */ |
AppWindow.prototype.isFullscreen = function() {}; |