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

Unified Diff: remoting/webapp/event_handlers.js

Issue 9884001: Added screen options menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Use Document.prototype instead of document to declare the webkitIsFullScreen property. Created 8 years, 9 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/event_handlers.js
diff --git a/remoting/webapp/event_handlers.js b/remoting/webapp/event_handlers.js
index d1b1d7507775f8444d6fce8720b4e109c56d9fe6..6df8f0fc4d0c84914b6129b98a86d1ef0f4ee3e4 100644
--- a/remoting/webapp/event_handlers.js
+++ b/remoting/webapp/event_handlers.js
@@ -48,7 +48,6 @@ function onLoad() {
var actions = [
{ event: 'click', id: 'clear-oauth', fn: remoting.clearOAuth2 },
{ event: 'click', id: 'toolbar-disconnect', fn: remoting.disconnect },
- { event: 'click', id: 'toggle-scaling', fn: remoting.toggleScaleToFit },
{ event: 'click', id: 'auth-button', fn: doAuthRedirect },
{ event: 'click', id: 'share-button', fn: remoting.tryShare },
{ event: 'click', id: 'access-mode-button', fn: goEnterAccessCode },

Powered by Google App Engine
This is Rietveld 408576698