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

Side by Side Diff: remoting/webapp/crd/html/window_frame.html

Issue 1089493002: [Webapp Refactor] Re-add remoting.ConnectionStats. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Reviewer's feedback Created 5 years, 8 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 unified diff | Download patch
OLDNEW
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
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">&nbsp;</div> 60 <div class="window-controls-stub">&nbsp;</div>
59 </div> <!-- title-bar --> 61 </div> <!-- title-bar -->
OLDNEW
« no previous file with comments | « remoting/webapp/app_remoting/js/application_context_menu.js ('k') | remoting/webapp/crd/js/connection_stats.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698