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

Unified 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 side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698