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

Unified Diff: remoting/webapp/app_remoting/html/template_lg.html

Issue 1146833002: [AppRemoting] Implement ConnectionDroppedDialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: WindowShape fixes + reviewer's feedback Created 5 years, 7 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
index 32c3a209d066b08d2ddf35b992560d98a5bb2b7f..6f27a94a8af50e7aac0fa3fea02a64ea29786228 100644
--- a/remoting/webapp/app_remoting/html/template_lg.html
+++ b/remoting/webapp/app_remoting/html/template_lg.html
@@ -5,11 +5,12 @@ Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
-<html class="full-height">
+<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="connection_stats.css">
<link rel="stylesheet" href="context_menu.css">
<link rel="stylesheet" href="main.css">
@@ -38,6 +39,7 @@ found in the LICENSE file.
<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 -->
« no previous file with comments | « remoting/webapp/app_remoting/html/ar_dialog.css ('k') | remoting/webapp/app_remoting/js/app_connected_view.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698