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

Unified Diff: chrome/browser/resources/settings/basic_page/basic_page.js

Issue 2625263002: MD Settings: Convert reset profile banner to a dialog. (Closed)
Patch Set: Nit. Created 3 years, 10 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
Index: chrome/browser/resources/settings/basic_page/basic_page.js
diff --git a/chrome/browser/resources/settings/basic_page/basic_page.js b/chrome/browser/resources/settings/basic_page/basic_page.js
index 82e9add52da31876ba558caf8c8a3136501948d6..15b2a3eb8cdbe909af6ce4112abf2ff947369b97 100644
--- a/chrome/browser/resources/settings/basic_page/basic_page.js
+++ b/chrome/browser/resources/settings/basic_page/basic_page.js
@@ -109,7 +109,7 @@ Polymer({
},
/** @private */
- onResetDone_: function() {
+ onResetProfileBannerClosed_: function() {
this.showResetProfileBanner_ = false;
},

Powered by Google App Engine
This is Rietveld 408576698