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

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: Rebase Created 6 years, 5 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/html/window_frame.html
diff --git a/remoting/webapp/html/window_frame.html b/remoting/webapp/html/window_frame.html
index b19f74fc0d12165f4a5cbe909928b9375d5c7f0a..1269fc1df1c089cfe326ceb6ea47a9a1160c21bf 100644
--- a/remoting/webapp/html/window_frame.html
+++ b/remoting/webapp/html/window_frame.html
@@ -13,6 +13,8 @@ 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_STOP_RECORDING" hidden></li>
Jamie 2014/08/01 01:28:37 New line for hidden, please.
Wez 2014/08/19 21:19:00 Done.
<li class="menu-send-ctrl-alt-del"
i18n-content="SEND_CTRL_ALT_DEL"></li>
<li class="menu-send-print-screen"

Powered by Google App Engine
This is Rietveld 408576698