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

Unified Diff: remoting/webapp/base/html/connection_dropped_dialog.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/base/html/connection_dropped_dialog.html
diff --git a/remoting/webapp/base/html/connection_dropped_dialog.html b/remoting/webapp/base/html/connection_dropped_dialog.html
new file mode 100644
index 0000000000000000000000000000000000000000..0429239d987ead6a148db4751d984184978b7c57
--- /dev/null
+++ b/remoting/webapp/base/html/connection_dropped_dialog.html
@@ -0,0 +1,14 @@
+<!--
+Copyright 2015 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.
+-->
+<dialog id='connection-dropped-dialog' class='kd-modaldialog'>
+ <div class='error-message' i18n-content='ERROR_CONNECTION_DROPPED'></div>
+ <div class='box-spacer'></div>
+ <div class='button-row'>
+ <button class='restart-button' i18n-content='RESTART_BUTTON'
+ autofocus='autofocus'></button>
+ <button class='close-button' i18n-content='CLOSE'></button>
+ </div>
+</dialog>

Powered by Google App Engine
This is Rietveld 408576698