OLD | NEW |
(Empty) | |
| 1 <!-- |
| 2 Copyright 2015 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. |
| 5 --> |
| 6 <dialog id='connection-dropped-dialog' class='kd-modaldialog'> |
| 7 <div class='error-state' i18n-content='ERROR_CONNECTION_DROPPED'></div> |
| 8 <div class='box-spacer'></div> |
| 9 <div class='button-row'> |
| 10 <button class='restart-button' i18n-content='RESTART_BUTTON' |
| 11 autofocus='autofocus'></button> |
| 12 <button class='close-button' i18n-content='CLOSE'></button> |
| 13 </div> |
| 14 </dialog> |
OLD | NEW |