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

Unified Diff: chrome/browser/resources/settings/reset_page/reset_profile_dialog.js

Issue 1705603002: MD Settings: Fixing positioning of reset profile dialog. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@manage_search_engines_strings
Patch Set: Rebase Created 4 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/reset_page/reset_profile_dialog.js
diff --git a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.js b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.js
index b639054e66ca1faf2ddc9fe6ab6e9ab3a6d58aa2..f352ef70a70acccc018d20cd2b207976655a24a6 100644
--- a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.js
+++ b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.js
@@ -28,9 +28,6 @@ Polymer({
setFeedbackInfo: function(data) {
this.set('feedbackInfo_', data.feedbackInfo);
- this.async(function() {
- this.$.dialog.center();
- });
}.bind(this),
};
}.bind(this));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698