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

Side by Side Diff: remoting/webapp/app_remoting/html/template_lg.html

Issue 1816653002: Remove app_remoting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
(Empty)
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 -->
7
8 <html class="full-height app-remoting">
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="ar_dialog.css">
14 <link rel="stylesheet" href="cloud_print_dialog.css">
15 <link rel="stylesheet" href="connection_stats.css">
16 <link rel="stylesheet" href="context_menu.css">
17 <link rel="stylesheet" href="main.css">
18 <link rel="stylesheet" href="menu_button.css">
19 <link rel="stylesheet" href="open_sans.css">
20
21 <meta-include type="javascript"/>
22
23 <link rel="import" href="/arv_main.html">
24
25 <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title>
26 </head>
27
28 <body class="full-height">
29
30 <div id="host-plugin-container"></div>
31
32 <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe>
33 <webview id="cloud-print-webview" class="cloud-print-webview-class" hidden>< /webview>
34
35 <div id="session-mode"
36 data-ui-mode="in-session home.client"
37 class="full-height"
38 hidden>
39
40 <meta-include src="webapp/base/html/client_plugin.html"/>
41
42 </div> <!-- session-mode -->
43
44 <meta-include src="webapp/app_remoting/html/context_menu.html"/>
45 <meta-include src="webapp/app_remoting/html/idle_dialog.html"/>
46 <meta-include src="webapp/base/html/connection_dropped_dialog.html"/>
47
48 <div id="statistics" dir="ltr" class="selectable" hidden>
49 </div> <!-- statistics -->
50
51 </body>
52 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698