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 5328fe426527102c0e90f02dd2c70d9af6d3ac16..99ff0301696c14492d4c56c8f11632603f67f185 100644 |
--- a/chrome/browser/resources/settings/reset_page/reset_profile_dialog.js |
+++ b/chrome/browser/resources/settings/reset_page/reset_profile_dialog.js |
@@ -121,11 +121,11 @@ Polymer({ |
this.clearingInProgress_ = true; |
this.browserProxy_.performResetProfileSettings( |
this.$.sendSettings.checked, this.resetRequestOrigin_).then(function() { |
- this.clearingInProgress_ = false; |
- if (this.$.dialog.open) |
- this.$.dialog.close(); |
- this.fire('reset-done'); |
- }.bind(this)); |
+ this.clearingInProgress_ = false; |
+ if (this.$.dialog.open) |
+ this.$.dialog.close(); |
+ this.fire('reset-done'); |
+ }.bind(this)); |
Dan Beam
2017/04/19 19:04:40
i don't necessarily think this indent is better bu
|
}, |
/** |