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

Unified Diff: remoting/webapp/crd/js/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
Index: remoting/webapp/crd/js/remoting.js
diff --git a/remoting/webapp/crd/js/remoting.js b/remoting/webapp/crd/js/remoting.js
index f80d9f064944d4708090450e080084fbdf45b037..150cd19836f372a7ecd0373af3ce5fb4770db819 100644
--- a/remoting/webapp/crd/js/remoting.js
+++ b/remoting/webapp/crd/js/remoting.js
@@ -28,12 +28,6 @@ remoting.initGlobalObjects = function() {
console.log(remoting.getExtensionInfo());
l10n.localize();
- if (base.isAppsV2()) {
- remoting.fullscreen = new remoting.FullscreenAppsV2();
- } else {
- remoting.fullscreen = new remoting.FullscreenAppsV1();
- }
-
remoting.stats = new remoting.ConnectionStats(
document.getElementById('statistics'));
remoting.formatIq = new remoting.FormatIq();
« remoting/webapp/crd/js/event_handlers.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