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> 10 11 <p id="confirm-host-delete-message" 12 i18n-content="CONFIRM_HOST_DELETE" 13 class="message"> 14 </p> 15 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> 27 28 </div> <!-- home.confirm-host-delete --> 29