Roll src/third_party/WebKit 3529d49:06e8485 (svn 202554:202555)
[chromium-blink-merge.git] / remoting / webapp / crd / html / dialog_confirm_host_delete.html
blobd3eb491b7d56b49d5d10dd75b68a50e48edb0937
1 <!--
2 Copyright (c) 2014 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 <div id="confirm-host-delete-dialog"
7 class="kd-modaldialog"
8 data-ui-mode="home.confirm-host-delete"
9 hidden>
11 <p id="confirm-host-delete-message"
12 i18n-content="CONFIRM_HOST_DELETE"
13 class="message">
14 </p>
16 <div class="button-row">
17 <button id="confirm-host-delete"
18 i18n-content="DISABLE_HOST"
19 type="button">
20 </button>
21 <button id="cancel-host-delete"
22 i18n-content="CANCEL"
23 autofocus="autofocus"
24 type="button">
25 </button>
26 </div>
28 </div> <!-- home.confirm-host-delete -->