Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / remoting / webapp / base / html / connection_dropped_dialog.html
blob394494e483618fbb8dc98ef0bf1590a49d2d0c37
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'>
8 <div class='error-message' i18n-content='ERROR_CONNECTION_DROPPED'></div>
9 </div>
10 <div class='button-row'>
11 <button class='restart-button' i18n-content='RESTART_BUTTON'
12 autofocus='autofocus'></button>
13 <button class='close-button' i18n-content='CLOSE'></button>
14 </div>
15 </dialog>