<style include="settings-shared"></style>
<settings-animated-pages id="reset-pages" section="reset">
<div route-path="default">
<cr-link-row id="resetProfile" label="$i18n{resetTrigger}"
on-click="onShowResetProfileDialog_"></cr-link-row>
<!-- Keep a single instance of reset-profile-dialog on purpose, to
preserve state across show/hide operations. -->
<cr-lazy-render id="resetProfileDialog">
<template>
<settings-reset-profile-dialog
on-close="onResetProfileDialogClose_">
</settings-reset-profile-dialog>
</template>
</cr-lazy-render>
</div>
<if expr="_google_chrome and is_win">
<template is="dom-if" if="[[showIncompatibleApplications_]]">
<template is="dom-if" route-path="/incompatibleApplications">
<settings-subpage id="incompatibleApplicationsSubpage"
associated-control="[[$$('#incompatibleApplicationsSubpageTrigger')]]"
page-title="$i18n{incompatibleApplicationsResetCardTitle}">
<settings-incompatible-applications-page>
</settings-incompatible-applications-page>
</settings-subpage>
</template>
</template>
</if>
</settings-animated-pages>