| 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 9f792bdca007db9c9c2296a7020e2f759039ae0a..c7de1ac2cba718c76e4c726d0f87b9e7223d1985 100644
|
| --- a/remoting/webapp/js_proto/chrome_proto.js
|
| +++ b/remoting/webapp/js_proto/chrome_proto.js
|
| @@ -366,6 +366,8 @@ var AppWindow = function() {
|
| /** @type {chrome.Event} */
|
| this.onMaximized = null;
|
| /** @type {chrome.Event} */
|
| + this.onMinimized = null;
|
| + /** @type {chrome.Event} */
|
| this.onFullscreened = null;
|
| /** @type {string} */
|
| this.id = '';
|
|
|