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

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

Issue 2834433002: MD Settings: ESLint --fix output, WIP. (Closed)
Patch Set: Created 3 years, 8 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/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
},
/**

Powered by Google App Engine
This is Rietveld 408576698