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

Unified Diff: chrome/browser/resources/settings/search_engines_page/search_engine_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/search_engines_page/search_engine_dialog.js
diff --git a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
index bf275f9ac548d4c2b67bf3c21e3443c3407f8cfc..b765d18d487be95440f4a6ea18a0d9a746a4ea01 100644
--- a/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
+++ b/chrome/browser/resources/settings/search_engines_page/search_engine_dialog.js
@@ -108,9 +108,9 @@ Polymer({
this.browserProxy_.validateSearchEngineInput(
inputElement.id, inputElement.value).then(function(isValid) {
- inputElement.invalid = !isValid;
- this.updateActionButtonState_();
- }.bind(this));
+ inputElement.invalid = !isValid;
+ this.updateActionButtonState_();
+ }.bind(this));
},
/** @private */

Powered by Google App Engine
This is Rietveld 408576698