| 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>
|
|
|