Give names to all utility processes.
[chromium-blink-merge.git] / remoting / webapp / app_remoting / html / template_lg.html
blob32c3a209d066b08d2ddf35b992560d98a5bb2b7f
1 <!doctype html>
2 <!--
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
5 found in the LICENSE file.
6 -->
8 <html class="full-height">
9 <head>
10 <meta charset="utf-8">
11 <link rel="icon" type="image/png" href="icon16.png">
12 <link rel="stylesheet" href="ar_main.css">
13 <link rel="stylesheet" href="connection_stats.css">
14 <link rel="stylesheet" href="context_menu.css">
15 <link rel="stylesheet" href="main.css">
16 <link rel="stylesheet" href="menu_button.css">
17 <link rel="stylesheet" href="open_sans.css">
19 <meta-include type="javascript"/>
21 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title>
22 </head>
24 <body class="full-height">
26 <div id="host-plugin-container"></div>
28 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
30 <div id="session-mode"
31 data-ui-mode="in-session home.client"
32 class="full-height"
33 hidden>
35 <meta-include src="webapp/base/html/client_plugin.html"/>
37 </div> <!-- session-mode -->
39 <meta-include src="webapp/app_remoting/html/context_menu.html"/>
40 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/>
42 <div id="statistics" dir="ltr" class="selectable" hidden>
43 </div> <!-- statistics -->
45 </body>
46 </html>