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

Unified Diff: remoting/webapp/remoting.js

Issue 9884001: Added screen options menu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Simplified onShow callback. 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
« no previous file with comments | « remoting/webapp/menu_button.js ('k') | remoting/webapp/toolbar.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/remoting.js
diff --git a/remoting/webapp/remoting.js b/remoting/webapp/remoting.js
index 5a4db9c4f42f15c6726e0272dc5b67e89e85f756..4122b094edae78d370626853be31e6c86e8e3eed 100644
--- a/remoting/webapp/remoting.js
+++ b/remoting/webapp/remoting.js
@@ -33,8 +33,6 @@ remoting.Error = {
remoting.init = function() {
remoting.logExtensionInfoAsync_();
l10n.localize();
- var button = document.getElementById('toggle-scaling');
- button.title = chrome.i18n.getMessage(/*i18n-content*/'TOOLTIP_SCALING');
// Create global objects.
remoting.oauth2 = new remoting.OAuth2();
remoting.stats = new remoting.ConnectionStats(
« no previous file with comments | « remoting/webapp/menu_button.js ('k') | remoting/webapp/toolbar.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698