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

Unified Diff: remoting/webapp/toolbar.js

Issue 386853002: Add a Record button to the web-app if the host supports video recording. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix almost all type annotations 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
Index: remoting/webapp/toolbar.js
diff --git a/remoting/webapp/toolbar.js b/remoting/webapp/toolbar.js
index 8e901776899c311314f3d51bd59941040bce81d3..e75bef165daae68e0dc54b8ab5a7e218d56ec6aa 100644
--- a/remoting/webapp/toolbar.js
+++ b/remoting/webapp/toolbar.js
@@ -52,7 +52,8 @@ remoting.Toolbar = function(toolbar) {
document.getElementById('screen-resize-to-client'),
document.getElementById('screen-shrink-to-fit'),
document.getElementById('new-connection'),
- document.getElementById('toggle-full-screen'));
+ document.getElementById('toggle-full-screen'),
+ null);
window.addEventListener('mousemove', remoting.Toolbar.onMouseMove, false);
window.addEventListener('resize', this.center.bind(this), false);

Powered by Google App Engine
This is Rietveld 408576698