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

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: Rebase 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') | no next file with comments »
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 496eefc773a74fdecaded61cb8bf327b18867446..f07f8474d277f87adbcf3ce50cdc01c5a4869e99 100644
--- a/remoting/webapp/app_remoting/js/app_remoting.js
+++ b/remoting/webapp/app_remoting/js/app_remoting.js
@@ -92,7 +92,9 @@ remoting.AppRemoting.prototype.init = function(connector) {
remoting.initGlobalObjects();
remoting.initIdentity(remoting.onUserInfoAvailable);
- 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) {
« no previous file with comments | « no previous file | remoting/webapp/crd/html/window_frame.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698