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

Unified Diff: remoting/webapp/app_remoting/js/app_remoting.js

Issue 875583002: Allow full-screen mode when not connected, and remember the previous setting. (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
« no previous file with comments | « no previous file | remoting/webapp/crd/html/window_frame.css » ('j') | remoting/webapp/crd/js/app_launcher.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/app_remoting/js/app_remoting.js
diff --git a/remoting/webapp/app_remoting/js/app_remoting.js b/remoting/webapp/app_remoting/js/app_remoting.js
index 6ca09f58a4953d27dd3f25d2fba6d6f097af5cfc..c743fd8257d856e574955be861702f284367cbaa 100644
--- a/remoting/webapp/app_remoting/js/app_remoting.js
+++ b/remoting/webapp/app_remoting/js/app_remoting.js
@@ -94,6 +94,10 @@ remoting.AppRemoting.prototype.init = function(connector) {
remoting.initGlobalEventHandlers();
+ // TODO(jamiewalch): Remove ClientSession's dependency on remoting.fullscreen
+ // so that this is no longer required.
+ remoting.fullscreen = new remoting.FullscreenAppsV2();
+
var restoreHostWindows = function() {
if (remoting.clientSession) {
remoting.clientSession.sendClientMessage('restoreAllWindows', '');
« no previous file with comments | « no previous file | remoting/webapp/crd/html/window_frame.css » ('j') | remoting/webapp/crd/js/app_launcher.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698