Index: remoting/webapp/app_remoting/html/template_lg.html |
diff --git a/remoting/webapp/app_remoting/html/template_lg.html b/remoting/webapp/app_remoting/html/template_lg.html |
deleted file mode 100644 |
index c7efcc829fc129b9cce3f125c6db1cc6fae130fd..0000000000000000000000000000000000000000 |
--- a/remoting/webapp/app_remoting/html/template_lg.html |
+++ /dev/null |
@@ -1,52 +0,0 @@ |
-<!doctype html> |
-<!-- |
-Copyright (c) 2012 The Chromium Authors. All rights reserved. |
-Use of this source code is governed by a BSD-style license that can be |
-found in the LICENSE file. |
---> |
- |
-<html class="full-height app-remoting"> |
- <head> |
- <meta charset="utf-8"> |
- <link rel="icon" type="image/png" href="/icon16.png"> |
- <link rel="stylesheet" href="ar_main.css"> |
- <link rel="stylesheet" href="ar_dialog.css"> |
- <link rel="stylesheet" href="cloud_print_dialog.css"> |
- <link rel="stylesheet" href="connection_stats.css"> |
- <link rel="stylesheet" href="context_menu.css"> |
- <link rel="stylesheet" href="main.css"> |
- <link rel="stylesheet" href="menu_button.css"> |
- <link rel="stylesheet" href="open_sans.css"> |
- |
- <meta-include type="javascript"/> |
- |
- <link rel="import" href="/arv_main.html"> |
- |
- <title i18n-content="PRODUCT_NAME_APP_STREAMING"></title> |
- </head> |
- |
- <body class="full-height"> |
- |
- <div id="host-plugin-container"></div> |
- |
- <iframe id="wcs-sandbox" src="wcs_sandbox.html" hidden></iframe> |
- <webview id="cloud-print-webview" class="cloud-print-webview-class" hidden></webview> |
- |
- <div id="session-mode" |
- data-ui-mode="in-session home.client" |
- class="full-height" |
- hidden> |
- |
- <meta-include src="webapp/base/html/client_plugin.html"/> |
- |
- </div> <!-- session-mode --> |
- |
- <meta-include src="webapp/app_remoting/html/context_menu.html"/> |
- <meta-include src="webapp/app_remoting/html/idle_dialog.html"/> |
- <meta-include src="webapp/base/html/connection_dropped_dialog.html"/> |
- |
- <div id="statistics" dir="ltr" class="selectable" hidden> |
- </div> <!-- statistics --> |
- |
- </body> |
-</html> |