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

Unified Diff: remoting/webapp/fullscreen.js

Issue 491873004: Add an explicit full-screen button. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@webapp_move_context_menu
Patch Set: Rebase. Created 6 years, 4 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 | « remoting/webapp/client_session.js ('k') | remoting/webapp/fullscreen_v1.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/fullscreen.js
diff --git a/remoting/webapp/fullscreen.js b/remoting/webapp/fullscreen.js
index d51082819b57c0227f6c3a41701c2b7ebfdafb20..0107a6b49a76e37f23c92309454a7da0aeea6a0b 100644
--- a/remoting/webapp/fullscreen.js
+++ b/remoting/webapp/fullscreen.js
@@ -47,19 +47,5 @@ remoting.Fullscreen.prototype.addListener = function(callback) { };
*/
remoting.Fullscreen.prototype.removeListener = function(callback) { };
-/**
- * Enable or disable automatic synchronization of full-screen and maximized
- * states. This allows the application to enter full-screen mode whenever its
- * window is maximized, regardless of how the user initiates this (clicking
- * the maximize control, double-clicking the title bar or using the tray menu,
- * for example). If the window is already maximized when this synchronization
- * is enabled, it is full-screened.
- *
- * This method is a no-op for apps v1.
- *
- * @param {boolean} sync True to enable synchronization; false to disable.
- */
-remoting.Fullscreen.prototype.syncWithMaximize = function(sync) { };
-
/** @type {remoting.Fullscreen} */
remoting.fullscreen = null;
« no previous file with comments | « remoting/webapp/client_session.js ('k') | remoting/webapp/fullscreen_v1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698