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

Unified Diff: remoting/webapp/window_frame.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/window_frame.js
diff --git a/remoting/webapp/window_frame.js b/remoting/webapp/window_frame.js
index 6aa32b03e193309aa73136f8378132182db93cbe..22ec46f56bbff7f735ef23d368d51c30dfcc4532 100644
--- a/remoting/webapp/window_frame.js
+++ b/remoting/webapp/window_frame.js
@@ -47,7 +47,8 @@ remoting.WindowFrame = function(titleBar) {
titleBar.querySelector('.menu-resize-to-client'),
titleBar.querySelector('.menu-shrink-to-fit'),
titleBar.querySelector('.menu-new-connection'),
- null);
+ null,
+ titleBar.querySelector('.menu-start-stop-recording'));
/**
* @type {HTMLElement}
« remoting/webapp/video_frame_recorder.js ('K') | « remoting/webapp/video_frame_recorder.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698