<!--
Copyright (c) 2014 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.
-->
<div id="host-install-dialog"
class="kd-modaldialog"
data-ui-mode="home.host-install">
<div data-ui-mode="home.host-install.prompt" hidden>
<div class="message" i18n-content="HOST_SETUP_INSTALL"></div>
<div class="button-row">
<button id="host-install-continue"
autofocus="autofocus"
i18n-content="OK"></button>
<button id="host-install-dismiss"
i18n-content="CANCEL"></button>
</div>
</div>
<div data-ui-mode="home.host-install.pending" hidden>
<div class="message"
i18n-content="HOST_SETUP_INSTALL_PENDING"></div>
<div class="button-row">
<button id="host-install-retry"
autofocus="autofocus"
i18n-content="OK"></button>
</div>
</div>
</div> <!-- host-install-dialog -->