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

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

Issue 339613003: Remove the blue tool-bar for apps v2. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added New Connection to options menu. 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 3b24d4890ff12a452b17d4bbc52081b83d8ca6a1..b19f74fc0d12165f4a5cbe909928b9375d5c7f0a 100644
--- a/remoting/webapp/html/window_frame.html
+++ b/remoting/webapp/html/window_frame.html
@@ -7,6 +7,31 @@ found in the LICENSE file.
<span class="window-title">&nbsp;</span>
<span class="window-controls-hover-target">
<div class="window-controls">
+ <span i18n-title="OPTIONS_MENU"
+ class="window-control window-options menu-button">
+ <span class="menu-button-activator">
+ <img src="icon_options.webp">
+ </span>
+ <ul class="window-options-menu right-align">
+ <li class="menu-send-ctrl-alt-del"
+ i18n-content="SEND_CTRL_ALT_DEL"></li>
+ <li class="menu-send-print-screen"
+ i18n-content="SEND_PRINT_SCREEN"></li>
+ <li class="menu-separator"></li>
+ <li class="menu-resize-to-client"
+ i18n-content="RESIZE_TO_CLIENT"></li>
+ <li class="menu-shrink-to-fit"
+ i18n-content="SHRINK_TO_FIT"></li>
+ <li class="menu-separator"></li>
+ <li class="menu-new-connection"
+ i18n-content="NEW_CONNECTION"></li>
+ <li class="menu-separator"></li>
+ <li class="menu-help"
+ i18n-content="HELP"></li>
+ <li class="menu-feedback"
+ i18n-content="ACTIONBAR_FEEDBACK"></li>
+ </ul>
+ </span>
<span i18n-title="DISCONNECT_MYSELF_BUTTON"
class="window-control window-disconnect">
<img src="icon_disconnect.webp">

Powered by Google App Engine
This is Rietveld 408576698