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

Unified Diff: chrome/browser/resources/settings/about_page/update_warning_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/about_page/update_warning_dialog.js
diff --git a/chrome/browser/resources/settings/about_page/update_warning_dialog.js b/chrome/browser/resources/settings/about_page/update_warning_dialog.js
index 1060fa4f02bce2c5b832d63f3f0ac5150a09a962..8b19f0f16e5e09e0f105d84baa3972412752e7f4 100644
--- a/chrome/browser/resources/settings/about_page/update_warning_dialog.js
+++ b/chrome/browser/resources/settings/about_page/update_warning_dialog.js
@@ -39,7 +39,7 @@ Polymer({
* @private
*/
setUpdateWarningMessage: function(updateSizeMb) {
- this.$$("#update-warning-message").innerHTML =
- this.i18n("aboutUpdateWarningMessage", updateSizeMb);
+ this.$$('#update-warning-message').innerHTML =
dpapad 2017/04/19 17:48:22 Single quotes auto fix.
Dan Beam 2017/04/19 19:04:40 same in clang-format
+ this.i18n('aboutUpdateWarningMessage', updateSizeMb);
},
});

Powered by Google App Engine
This is Rietveld 408576698