Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(323)

Unified Diff: remoting/webapp/js_proto/chrome_proto.js

Issue 863123002: Fix minimize -> fullscreen transition. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 = '';
« remoting/webapp/crd/js/fullscreen_v2.js ('K') | « remoting/webapp/crd/js/fullscreen_v2.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698