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

Unified Diff: remoting/webapp/fullscreen_v1.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/fullscreen.js ('k') | remoting/webapp/fullscreen_v2.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/fullscreen_v1.js
diff --git a/remoting/webapp/fullscreen_v1.js b/remoting/webapp/fullscreen_v1.js
index 052732d4e520bbfa6b99e8dfef8162c1f47f8ef1..063925b715708a0cb5317be6a56a3715ed55bc3a 100644
--- a/remoting/webapp/fullscreen_v1.js
+++ b/remoting/webapp/fullscreen_v1.js
@@ -75,9 +75,6 @@ remoting.FullscreenAppsV1.prototype.removeListener = function(callback) {
this.eventSource_.removeEventListener(this.kEventName_, callback);
};
-remoting.FullscreenAppsV1.prototype.syncWithMaximize = function(sync) {
-};
-
/**
* @private
*/
« no previous file with comments | « remoting/webapp/fullscreen.js ('k') | remoting/webapp/fullscreen_v2.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698