Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2952)

Unified Diff: chrome/browser/resources/settings/reset_page/reset_page.html

Issue 2375223002: md-settings: Fix back navigation from /resetProfileSettings. (Closed)
Patch Set: Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/reset_page.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/reset_page/reset_page.html
diff --git a/chrome/browser/resources/settings/reset_page/reset_page.html b/chrome/browser/resources/settings/reset_page/reset_page.html
index 67afb1f92fe57947785f84d4c359e858e4a14519..50ba8e6dfbcbe113a2892ceb3402b08b20281aba 100644
--- a/chrome/browser/resources/settings/reset_page/reset_page.html
+++ b/chrome/browser/resources/settings/reset_page/reset_page.html
@@ -17,7 +17,8 @@
<div>$i18n{resetPageTitle}</div>
<div class="secondary">$i18n{resetPageDescription}</div>
</div>
- <template is="cr-lazy-render" id="resetProfileDialog">
+ <template is="dom-if" if="[[showResetProfileDialog_]]"
+ id="resetProfileDialog" restamp>
tommycli 2016/09/28 21:59:26 Do you still need to specify the ID of this if you
alito 2016/09/28 22:10:32 You are right. The ID is no longer needed. Removed
<settings-reset-profile-dialog on-close="onResetProfileDialogClose_">
</settings-reset-profile-dialog>
</template>
« no previous file with comments | « no previous file | chrome/browser/resources/settings/reset_page/reset_page.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698