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..b55a56eff1f0b91ffd2d409ca0217c331d6c0690 |
--- /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-state' 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> |