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

Unified Diff: remoting/webapp/html/toolbar.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/toolbar.html
diff --git a/remoting/webapp/html/toolbar.html b/remoting/webapp/html/toolbar.html
index 04b9cfec539cc8e96273a998da4dc673bf8e6ce5..9672dd4aa2e5bd02bedf2b62c9a70eb6d7fdca7f 100644
--- a/remoting/webapp/html/toolbar.html
+++ b/remoting/webapp/html/toolbar.html
@@ -27,6 +27,11 @@ found in the LICENSE file.
class="apps-v1-only">
</button>
+ <button id="start-stop-recording"
+ type="button"
+ i18n-content="START_STOP_RECORDING" hidden>
Jamie 2014/08/01 01:28:37 New line for hidden, please (one attribute per lin
+ </button>
Jamie 2014/08/01 01:28:37 I'm not quite sure what you mean about only implem
Wez 2014/08/19 00:15:53 Yes, I started with the v1 app, but we really want
+
<span class="menu-button" id="send-keys-menu">
<button class="menu-button-activator">
<span i18n-content="SEND_KEYS"></span>

Powered by Google App Engine
This is Rietveld 408576698