OLD | NEW |
1 <!-- | 1 <!-- |
2 Copyright 2014 The Chromium Authors. All rights reserved. | 2 Copyright 2014 The Chromium Authors. All rights reserved. |
3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
4 found in the LICENSE file. | 4 found in the LICENSE file. |
5 --> | 5 --> |
6 <div id="title-bar" class="title-bar apps-v2-only"> | 6 <div id="title-bar" class="title-bar apps-v2-only"> |
7 <div class="window-controls-and-title"> | 7 <div class="window-controls-and-title"> |
8 <span i18n-title="OPTIONS_MENU" | 8 <span i18n-title="OPTIONS_MENU" |
9 class="window-control window-options menu-button"> | 9 class="window-control window-options menu-button"> |
10 <span class="menu-button-activator"> | 10 <span class="menu-button-activator"> |
11 <img src="icon_options.webp"> | 11 <img src="icon_options.webp"> |
12 </span> | 12 </span> |
13 <ul class="window-options-menu right-align"> | 13 <ul class="window-options-menu right-align"> |
14 <li class="menu-start-stop-recording" | 14 <li class="menu-start-stop-recording" |
15 i18n-content="START_RECORDING" | 15 i18n-content="START_RECORDING" |
16 hidden></li> | 16 hidden></li> |
17 <li class="menu-send-ctrl-alt-del" | 17 <li class="menu-send-ctrl-alt-del" |
18 i18n-content="SEND_CTRL_ALT_DEL"></li> | 18 i18n-content="SEND_CTRL_ALT_DEL"></li> |
19 <li class="menu-send-print-screen" | 19 <li class="menu-send-print-screen" |
20 i18n-content="SEND_PRINT_SCREEN"></li> | 20 i18n-content="SEND_PRINT_SCREEN"></li> |
21 <li class="menu-separator"></li> | 21 <li class="menu-separator"></li> |
22 <li class="menu-resize-to-client" | 22 <li class="menu-resize-to-client" |
23 i18n-content="RESIZE_TO_CLIENT"></li> | 23 i18n-content="RESIZE_TO_CLIENT"></li> |
24 <li class="menu-shrink-to-fit" | 24 <li class="menu-shrink-to-fit" |
25 i18n-content="SHRINK_TO_FIT"></li> | 25 i18n-content="SHRINK_TO_FIT"></li> |
26 <li class="menu-separator"></li> | 26 <li class="menu-separator"></li> |
27 <li class="menu-new-connection" | 27 <li class="menu-new-connection" |
28 i18n-content="NEW_CONNECTION"></li> | 28 i18n-content="NEW_CONNECTION"></li> |
29 <li class="menu-separator"></li> | 29 <li class="menu-separator"></li> |
| 30 <li class="menu-toggle-connection-stats" |
| 31 i18n-content="TOGGLE_STATS"></li> |
30 <li class="menu-help" | 32 <li class="menu-help" |
31 i18n-content="HELP"></li> | 33 i18n-content="HELP"></li> |
32 <li class="menu-feedback" | 34 <li class="menu-feedback" |
33 i18n-content="ACTIONBAR_FEEDBACK"></li> | 35 i18n-content="ACTIONBAR_FEEDBACK"></li> |
34 </ul> | 36 </ul> |
35 </span> | 37 </span> |
36 <span i18n-title="DISCONNECT_MYSELF_BUTTON" | 38 <span i18n-title="DISCONNECT_MYSELF_BUTTON" |
37 class="window-control window-disconnect"> | 39 class="window-control window-disconnect"> |
38 <img src="icon_disconnect.webp"> | 40 <img src="icon_disconnect.webp"> |
39 </span> | 41 </span> |
(...skipping 10 matching lines...) Expand all Loading... |
50 class="window-control window-fullscreen"> | 52 class="window-control window-fullscreen"> |
51 <img src="icon_fullscreen.webp"> | 53 <img src="icon_fullscreen.webp"> |
52 </span> | 54 </span> |
53 <span i18n-title="CLOSE_WINDOW" | 55 <span i18n-title="CLOSE_WINDOW" |
54 class="window-control window-close"> | 56 class="window-control window-close"> |
55 <img src="icon_close.webp"> | 57 <img src="icon_close.webp"> |
56 </span> | 58 </span> |
57 </div> | 59 </div> |
58 <div class="window-controls-stub"> </div> | 60 <div class="window-controls-stub"> </div> |
59 </div> <!-- title-bar --> | 61 </div> <!-- title-bar --> |
OLD | NEW |