Commit d6c91582 authored by dpapad's avatar dpapad Committed by Commit bot

MD Settings: Fixing positioning of reset profile dialog.

Removing extraneous call to center(), which after latest Polymer roll (rev 374191)
started messing up the dialog position.

BUG=586599

Review URL: https://codereview.chromium.org/1705603002

Cr-Commit-Position: refs/heads/master@{#376022}
parent 80845e95
......@@ -28,9 +28,6 @@ Polymer({
setFeedbackInfo: function(data) {
this.set('feedbackInfo_', data.feedbackInfo);
this.async(function() {
this.$.dialog.center();
});
}.bind(this),
};
}.bind(this));
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment