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

Unified Diff: remoting/webapp/html/window_frame.html

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: function -> var 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/client_session.js ('k') | remoting/webapp/js_proto/chrome_proto.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/webapp/html/window_frame.html
diff --git a/remoting/webapp/html/window_frame.html b/remoting/webapp/html/window_frame.html
index b19f74fc0d12165f4a5cbe909928b9375d5c7f0a..10f0536b2c0963be6101094ecd4a8ed6798969fe 100644
--- a/remoting/webapp/html/window_frame.html
+++ b/remoting/webapp/html/window_frame.html
@@ -13,6 +13,9 @@ found in the LICENSE file.
<img src="icon_options.webp">
</span>
<ul class="window-options-menu right-align">
+ <li class="menu-start-stop-recording"
+ i18n-content="START_RECORDING"
+ hidden></li>
<li class="menu-send-ctrl-alt-del"
i18n-content="SEND_CTRL_ALT_DEL"></li>
<li class="menu-send-print-screen"
« no previous file with comments | « remoting/webapp/client_session.js ('k') | remoting/webapp/js_proto/chrome_proto.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698