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

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: 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..61d164c73b95340f99321b1f96a644954449251e 100644
--- a/remoting/webapp/app_remoting/html/template_lg.html
+++ b/remoting/webapp/app_remoting/html/template_lg.html
@@ -10,6 +10,7 @@ found in the LICENSE file.
<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">
kelvinp 2015/05/20 01:27:31 This css file should be here in the first place. I
<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 -->

Powered by Google App Engine
This is Rietveld 408576698