| 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;
|
|
|