OLD | NEW |
1 <!doctype html> | 1 <!doctype html> |
2 <!-- | 2 <!-- |
3 Copyright (c) 2012 The Chromium Authors. All rights reserved. | 3 Copyright (c) 2012 The Chromium Authors. All rights reserved. |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 | 7 |
8 <html> | 8 <html> |
9 <head> | 9 <head> |
10 <meta charset="utf-8"> | 10 <meta charset="utf-8"> |
(...skipping 21 matching lines...) Expand all Loading... |
32 <script src="host_session.js"></script> | 32 <script src="host_session.js"></script> |
33 <script src="host_table_entry.js"></script> | 33 <script src="host_table_entry.js"></script> |
34 <script src="l10n.js"></script> | 34 <script src="l10n.js"></script> |
35 <script src="log_to_server.js"></script> | 35 <script src="log_to_server.js"></script> |
36 <script src="menu_button.js"></script> | 36 <script src="menu_button.js"></script> |
37 <script src="oauth2.js"></script> | 37 <script src="oauth2.js"></script> |
38 <script src="plugin_settings.js"></script> | 38 <script src="plugin_settings.js"></script> |
39 <script src="remoting.js"></script> | 39 <script src="remoting.js"></script> |
40 <script src="server_log_entry.js"></script> | 40 <script src="server_log_entry.js"></script> |
41 <script src="stats_accumulator.js"></script> | 41 <script src="stats_accumulator.js"></script> |
| 42 <script src="suspend_monitor.js"></script> |
42 <script src="toolbar.js"></script> | 43 <script src="toolbar.js"></script> |
43 <script src="ui_mode.js"></script> | 44 <script src="ui_mode.js"></script> |
44 <script src="xhr.js"></script> | 45 <script src="xhr.js"></script> |
45 <script src="wcs.js"></script> | 46 <script src="wcs.js"></script> |
46 <script src="wcs_loader.js"></script> | 47 <script src="wcs_loader.js"></script> |
47 <title i18n-content="PRODUCT_NAME"></title> | 48 <title i18n-content="PRODUCT_NAME"></title> |
48 </head> | 49 </head> |
49 | 50 |
50 <body> | 51 <body> |
51 | 52 |
(...skipping 572 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
624 <div class="arrow-down"></div> | 625 <div class="arrow-down"></div> |
625 </div> | 626 </div> |
626 </div> <!-- session-toolbar --> | 627 </div> <!-- session-toolbar --> |
627 </div> <!-- session-mode --> | 628 </div> <!-- session-mode --> |
628 | 629 |
629 <div id="statistics" dir="ltr" class="selectable" hidden> | 630 <div id="statistics" dir="ltr" class="selectable" hidden> |
630 </div> <!-- statistics --> | 631 </div> <!-- statistics --> |
631 | 632 |
632 </body> | 633 </body> |
633 </html> | 634 </html> |
OLD | NEW |